pub struct ColorWrapper(/* private fields */);Trait Implementations§
Source§impl Clone for ColorWrapper
impl Clone for ColorWrapper
Source§fn clone(&self) -> ColorWrapper
fn clone(&self) -> ColorWrapper
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ColorWrapper
impl Debug for ColorWrapper
Source§impl Default for ColorWrapper
impl Default for ColorWrapper
Source§fn default() -> ColorWrapper
fn default() -> ColorWrapper
Returns the “default value” for a type. Read more
Source§impl From<Color> for ColorWrapper
impl From<Color> for ColorWrapper
Source§fn from(c: Color) -> ColorWrapper
fn from(c: Color) -> ColorWrapper
Converts to this type from the input type.
Source§impl Into<Color> for ColorWrapper
impl Into<Color> for ColorWrapper
impl Copy for ColorWrapper
Auto Trait Implementations§
impl Freeze for ColorWrapper
impl RefUnwindSafe for ColorWrapper
impl Send for ColorWrapper
impl Sync for ColorWrapper
impl Unpin for ColorWrapper
impl UnwindSafe for ColorWrapper
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