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