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