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