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