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