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