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