pub struct XyY {
pub x: f64,
pub y: f64,
pub yb: f64,
}
Expand description
Holds CIE XyY representation
Fields§
§x: f64
§y: f64
§yb: f64
Implementations§
Trait Implementations§
impl Copy for XyY
Auto Trait Implementations§
impl Freeze for XyY
impl RefUnwindSafe for XyY
impl Send for XyY
impl Sync for XyY
impl Unpin for XyY
impl UnwindSafe for XyY
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