#[repr(C)]pub struct tagCIEXYZ {
pub ciexyzX: FXPT2DOT30,
pub ciexyzY: FXPT2DOT30,
pub ciexyzZ: FXPT2DOT30,
}
Fields§
§ciexyzX: FXPT2DOT30
§ciexyzY: FXPT2DOT30
§ciexyzZ: FXPT2DOT30
Trait Implementations§
Source§impl Ord for tagCIEXYZ
impl Ord for tagCIEXYZ
Source§impl PartialOrd for tagCIEXYZ
impl PartialOrd for tagCIEXYZ
impl Copy for tagCIEXYZ
impl Eq for tagCIEXYZ
impl StructuralPartialEq for tagCIEXYZ
Auto Trait Implementations§
impl Freeze for tagCIEXYZ
impl RefUnwindSafe for tagCIEXYZ
impl Send for tagCIEXYZ
impl Sync for tagCIEXYZ
impl Unpin for tagCIEXYZ
impl UnwindSafe for tagCIEXYZ
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