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