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