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