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