Struct xcb::glx::GetTexGendvCookieUnchecked
source · pub struct GetTexGendvCookieUnchecked { /* private fields */ }
Expand description
Unchecked cookie type for GetTexGendv.
This cookie can be used to get a GetTexGendvReply with Connection::wait_for_reply_unchecked
Trait Implementations§
source§impl Cookie for GetTexGendvCookieUnchecked
impl Cookie for GetTexGendvCookieUnchecked
source§impl CookieWithReplyUnchecked for GetTexGendvCookieUnchecked
impl CookieWithReplyUnchecked for GetTexGendvCookieUnchecked
source§type Reply = GetTexGendvReply
type Reply = GetTexGendvReply
The reply type associated with the cookie
Auto Trait Implementations§
impl Freeze for GetTexGendvCookieUnchecked
impl RefUnwindSafe for GetTexGendvCookieUnchecked
impl Send for GetTexGendvCookieUnchecked
impl Sync for GetTexGendvCookieUnchecked
impl Unpin for GetTexGendvCookieUnchecked
impl UnwindSafe for GetTexGendvCookieUnchecked
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more