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