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