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