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