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