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