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