pub struct Lab {
pub l: f32,
pub a: f32,
pub b: f32,
}Expand description
CIE Lab* color space (D65 white point).
Fields§
§l: f32§a: f32§b: f32Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Lab
impl RefUnwindSafe for Lab
impl Send for Lab
impl Sync for Lab
impl Unpin for Lab
impl UnsafeUnpin for Lab
impl UnwindSafe for Lab
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