Struct xcb::sync::ListSystemCountersCookie
source · pub struct ListSystemCountersCookie { /* private fields */ }
Expand description
Cookie type for ListSystemCounters.
This cookie can be used to get a ListSystemCountersReply with Connection::wait_for_reply
Trait Implementations§
source§impl Cookie for ListSystemCountersCookie
impl Cookie for ListSystemCountersCookie
source§impl CookieWithReplyChecked for ListSystemCountersCookie
impl CookieWithReplyChecked for ListSystemCountersCookie
source§type Reply = ListSystemCountersReply
type Reply = ListSystemCountersReply
The reply type associated with the cookie
source§impl Debug for ListSystemCountersCookie
impl Debug for ListSystemCountersCookie
impl CookieChecked for ListSystemCountersCookie
Auto Trait Implementations§
impl Freeze for ListSystemCountersCookie
impl RefUnwindSafe for ListSystemCountersCookie
impl Send for ListSystemCountersCookie
impl Sync for ListSystemCountersCookie
impl Unpin for ListSystemCountersCookie
impl UnwindSafe for ListSystemCountersCookie
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