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