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