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