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