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