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