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