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