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