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