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