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