Struct xcb::xevie::StartReply
source · pub struct StartReply { /* private fields */ }
Expand description
Reply type for Start.
Can be obtained from a StartCookie with Connection::wait_for_reply or from a StartCookieUnchecked with Connection::wait_for_reply_unchecked
Implementations§
Trait Implementations§
source§impl Debug for StartReply
impl Debug for StartReply
source§impl Drop for StartReply
impl Drop for StartReply
source§impl Reply for StartReply
impl Reply for StartReply
impl Send for StartReply
impl Sync for StartReply
Auto Trait Implementations§
impl Freeze for StartReply
impl RefUnwindSafe for StartReply
impl Unpin for StartReply
impl UnwindSafe for StartReply
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