Struct xcb::x::QueryColorsReply
source · pub struct QueryColorsReply { /* private fields */ }
Expand description
Reply type for QueryColors.
Can be obtained from a QueryColorsCookie with Connection::wait_for_reply or from a QueryColorsCookieUnchecked with Connection::wait_for_reply_unchecked
Implementations§
Trait Implementations§
source§impl Debug for QueryColorsReply
impl Debug for QueryColorsReply
source§impl Drop for QueryColorsReply
impl Drop for QueryColorsReply
source§impl Reply for QueryColorsReply
impl Reply for QueryColorsReply
impl Send for QueryColorsReply
impl Sync for QueryColorsReply
Auto Trait Implementations§
impl Freeze for QueryColorsReply
impl RefUnwindSafe for QueryColorsReply
impl Unpin for QueryColorsReply
impl UnwindSafe for QueryColorsReply
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