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