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