pub struct Xyz {
pub x: f32,
pub y: f32,
pub z: f32,
}
Expand description
Holds CIE XYZ representation
Fields§
§x: f32
§y: f32
§z: f32
Implementations§
Trait Implementations§
Source§impl TryFrom<Xyz> for Chromacity
impl TryFrom<Xyz> for Chromacity
impl Copy for Xyz
Auto Trait Implementations§
impl Freeze for Xyz
impl RefUnwindSafe for Xyz
impl Send for Xyz
impl Sync for Xyz
impl Unpin for Xyz
impl UnwindSafe for Xyz
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