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