Struct xcb::xinput::SetDeviceModeReply
source · pub struct SetDeviceModeReply { /* private fields */ }
Expand description
Reply type for SetDeviceMode.
Can be obtained from a SetDeviceModeCookie with Connection::wait_for_reply or from a SetDeviceModeCookieUnchecked with Connection::wait_for_reply_unchecked
Implementations§
source§impl SetDeviceModeReply
impl SetDeviceModeReply
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 status(&self) -> GrabStatus
Trait Implementations§
source§impl Debug for SetDeviceModeReply
impl Debug for SetDeviceModeReply
source§impl Drop for SetDeviceModeReply
impl Drop for SetDeviceModeReply
source§impl Reply for SetDeviceModeReply
impl Reply for SetDeviceModeReply
impl Send for SetDeviceModeReply
impl Sync for SetDeviceModeReply
Auto Trait Implementations§
impl Freeze for SetDeviceModeReply
impl RefUnwindSafe for SetDeviceModeReply
impl Unpin for SetDeviceModeReply
impl UnwindSafe for SetDeviceModeReply
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