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