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