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