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