Struct xcb::xinput::GetSelectedExtensionEventsReply
source · pub struct GetSelectedExtensionEventsReply { /* private fields */ }
Expand description
Reply type for GetSelectedExtensionEvents.
Can be obtained from a GetSelectedExtensionEventsCookie with Connection::wait_for_reply or from a GetSelectedExtensionEventsCookieUnchecked with Connection::wait_for_reply_unchecked
Implementations§
source§impl GetSelectedExtensionEventsReply
impl GetSelectedExtensionEventsReply
pub fn response_type(&self) -> u8
pub fn xi_reply_type(&self) -> u8
pub fn sequence(&self) -> u16
pub fn length(&self) -> u32
pub fn this_classes(&self) -> &[EventClass]
pub fn all_classes(&self) -> &[EventClass]
Trait Implementations§
impl Send for GetSelectedExtensionEventsReply
impl Sync for GetSelectedExtensionEventsReply
Auto Trait Implementations§
impl Freeze for GetSelectedExtensionEventsReply
impl RefUnwindSafe for GetSelectedExtensionEventsReply
impl Unpin for GetSelectedExtensionEventsReply
impl UnwindSafe for GetSelectedExtensionEventsReply
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