Struct xcb::x::AllocColorReply
source · pub struct AllocColorReply { /* private fields */ }
Expand description
Reply type for AllocColor.
Can be obtained from a AllocColorCookie with Connection::wait_for_reply or from a AllocColorCookieUnchecked with Connection::wait_for_reply_unchecked
Implementations§
Trait Implementations§
source§impl Debug for AllocColorReply
impl Debug for AllocColorReply
source§impl Drop for AllocColorReply
impl Drop for AllocColorReply
source§impl Reply for AllocColorReply
impl Reply for AllocColorReply
impl Send for AllocColorReply
impl Sync for AllocColorReply
Auto Trait Implementations§
impl Freeze for AllocColorReply
impl RefUnwindSafe for AllocColorReply
impl Unpin for AllocColorReply
impl UnwindSafe for AllocColorReply
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