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