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