pub struct PreciseRGB { /* private fields */ }
Expand description
Represents a RGB color using f64
Implementations§
Trait Implementations§
Source§impl Clone for PreciseRGB
impl Clone for PreciseRGB
Source§fn clone(&self) -> PreciseRGB
fn clone(&self) -> PreciseRGB
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 PreciseRGB
impl Debug for PreciseRGB
impl Copy for PreciseRGB
Auto Trait Implementations§
impl Freeze for PreciseRGB
impl RefUnwindSafe for PreciseRGB
impl Send for PreciseRGB
impl Sync for PreciseRGB
impl Unpin for PreciseRGB
impl UnwindSafe for PreciseRGB
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