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