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