#[repr(C)]pub struct CIELab {
pub L: f64,
pub a: f64,
pub b: f64,
}
Fields§
§L: f64
§a: f64
§b: f64
Trait Implementations§
impl Copy for CIELab
impl StructuralPartialEq for CIELab
Auto Trait Implementations§
impl Freeze for CIELab
impl RefUnwindSafe for CIELab
impl Send for CIELab
impl Sync for CIELab
impl Unpin for CIELab
impl UnwindSafe for CIELab
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