Struct xcb::xinput::GetDevicePropertyReply
source · pub struct GetDevicePropertyReply { /* private fields */ }
Expand description
Reply type for GetDeviceProperty.
Can be obtained from a GetDevicePropertyCookie with Connection::wait_for_reply or from a GetDevicePropertyCookieUnchecked with Connection::wait_for_reply_unchecked
Implementations§
source§impl GetDevicePropertyReply
impl GetDevicePropertyReply
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 type(&self) -> Atom
pub fn bytes_after(&self) -> u32
pub fn format(&self) -> PropertyFormat
pub fn device_id(&self) -> u8
pub fn items(&self) -> GetDevicePropertyReplyItems
Trait Implementations§
source§impl Debug for GetDevicePropertyReply
impl Debug for GetDevicePropertyReply
source§impl Drop for GetDevicePropertyReply
impl Drop for GetDevicePropertyReply
source§impl Reply for GetDevicePropertyReply
impl Reply for GetDevicePropertyReply
impl Send for GetDevicePropertyReply
impl Sync for GetDevicePropertyReply
Auto Trait Implementations§
impl Freeze for GetDevicePropertyReply
impl RefUnwindSafe for GetDevicePropertyReply
impl Unpin for GetDevicePropertyReply
impl UnwindSafe for GetDevicePropertyReply
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