Struct xcb::xevie::SendCookieUnchecked
source · pub struct SendCookieUnchecked { /* private fields */ }
Expand description
Unchecked cookie type for Send.
This cookie can be used to get a SendReply with Connection::wait_for_reply_unchecked
Trait Implementations§
source§impl Cookie for SendCookieUnchecked
impl Cookie for SendCookieUnchecked
Auto Trait Implementations§
impl Freeze for SendCookieUnchecked
impl RefUnwindSafe for SendCookieUnchecked
impl Send for SendCookieUnchecked
impl Sync for SendCookieUnchecked
impl Unpin for SendCookieUnchecked
impl UnwindSafe for SendCookieUnchecked
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