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