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