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