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