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