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