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