Struct xcb::x::ListExtensionsCookie
source · pub struct ListExtensionsCookie { /* private fields */ }
Expand description
Cookie type for ListExtensions.
This cookie can be used to get a ListExtensionsReply with Connection::wait_for_reply
Trait Implementations§
source§impl Cookie for ListExtensionsCookie
impl Cookie for ListExtensionsCookie
source§impl CookieWithReplyChecked for ListExtensionsCookie
impl CookieWithReplyChecked for ListExtensionsCookie
source§type Reply = ListExtensionsReply
type Reply = ListExtensionsReply
The reply type associated with the cookie
source§impl Debug for ListExtensionsCookie
impl Debug for ListExtensionsCookie
impl CookieChecked for ListExtensionsCookie
Auto Trait Implementations§
impl Freeze for ListExtensionsCookie
impl RefUnwindSafe for ListExtensionsCookie
impl Send for ListExtensionsCookie
impl Sync for ListExtensionsCookie
impl Unpin for ListExtensionsCookie
impl UnwindSafe for ListExtensionsCookie
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