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