Struct xcb::glx::GetTexGenivCookieUnchecked
source · pub struct GetTexGenivCookieUnchecked { /* private fields */ }
Expand description
Unchecked cookie type for GetTexGeniv.
This cookie can be used to get a GetTexGenivReply with Connection::wait_for_reply_unchecked
Trait Implementations§
source§impl Cookie for GetTexGenivCookieUnchecked
impl Cookie for GetTexGenivCookieUnchecked
source§impl CookieWithReplyUnchecked for GetTexGenivCookieUnchecked
impl CookieWithReplyUnchecked for GetTexGenivCookieUnchecked
source§type Reply = GetTexGenivReply
type Reply = GetTexGenivReply
The reply type associated with the cookie
Auto Trait Implementations§
impl Freeze for GetTexGenivCookieUnchecked
impl RefUnwindSafe for GetTexGenivCookieUnchecked
impl Send for GetTexGenivCookieUnchecked
impl Sync for GetTexGenivCookieUnchecked
impl Unpin for GetTexGenivCookieUnchecked
impl UnwindSafe for GetTexGenivCookieUnchecked
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