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