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