Struct xcb::res::QueryClientsReply
source · pub struct QueryClientsReply { /* private fields */ }
Expand description
Reply type for QueryClients.
Can be obtained from a QueryClientsCookie with Connection::wait_for_reply or from a QueryClientsCookieUnchecked with Connection::wait_for_reply_unchecked
Implementations§
Trait Implementations§
source§impl Debug for QueryClientsReply
impl Debug for QueryClientsReply
source§impl Drop for QueryClientsReply
impl Drop for QueryClientsReply
source§impl Reply for QueryClientsReply
impl Reply for QueryClientsReply
impl Send for QueryClientsReply
impl Sync for QueryClientsReply
Auto Trait Implementations§
impl Freeze for QueryClientsReply
impl RefUnwindSafe for QueryClientsReply
impl Unpin for QueryClientsReply
impl UnwindSafe for QueryClientsReply
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