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