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