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