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