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