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