Struct xcb::xinput::OpenDeviceReply
source · pub struct OpenDeviceReply { /* private fields */ }
Expand description
Reply type for OpenDevice.
Can be obtained from a OpenDeviceCookie with Connection::wait_for_reply or from a OpenDeviceCookieUnchecked with Connection::wait_for_reply_unchecked
Implementations§
source§impl OpenDeviceReply
impl OpenDeviceReply
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 class_info(&self) -> &[InputClassInfo]
Trait Implementations§
source§impl Debug for OpenDeviceReply
impl Debug for OpenDeviceReply
source§impl Drop for OpenDeviceReply
impl Drop for OpenDeviceReply
source§impl Reply for OpenDeviceReply
impl Reply for OpenDeviceReply
impl Send for OpenDeviceReply
impl Sync for OpenDeviceReply
Auto Trait Implementations§
impl Freeze for OpenDeviceReply
impl RefUnwindSafe for OpenDeviceReply
impl Unpin for OpenDeviceReply
impl UnwindSafe for OpenDeviceReply
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