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