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