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