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