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