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