pub struct ColorOkLab {
pub l: f64,
pub a: f64,
pub b: f64,
}Fields§
§l: f64§a: f64§b: f64Trait Implementations§
Source§impl Clone for ColorOkLab
impl Clone for ColorOkLab
Source§fn clone(&self) -> ColorOkLab
fn clone(&self) -> ColorOkLab
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 ColorOkLab
impl Debug for ColorOkLab
Source§impl Default for ColorOkLab
impl Default for ColorOkLab
Source§fn default() -> ColorOkLab
fn default() -> ColorOkLab
Returns the “default value” for a type. Read more
Source§impl PartialEq for ColorOkLab
impl PartialEq for ColorOkLab
impl Copy for ColorOkLab
impl StructuralPartialEq for ColorOkLab
Auto Trait Implementations§
impl Freeze for ColorOkLab
impl RefUnwindSafe for ColorOkLab
impl Send for ColorOkLab
impl Sync for ColorOkLab
impl Unpin for ColorOkLab
impl UnwindSafe for ColorOkLab
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