#[repr(C)]pub struct tagCIEXYZ {
pub ciexyzX: FXPT2DOT30,
pub ciexyzY: FXPT2DOT30,
pub ciexyzZ: FXPT2DOT30,
}Fields§
§ciexyzX: FXPT2DOT30§ciexyzY: FXPT2DOT30§ciexyzZ: FXPT2DOT30Trait Implementations§
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