#[repr(C)]pub struct tagICEXYZTRIPLE {
pub ciexyzRed: CIEXYZ,
pub ciexyzGreen: CIEXYZ,
pub ciexyzBlue: CIEXYZ,
}Fields§
§ciexyzRed: CIEXYZ§ciexyzGreen: CIEXYZ§ciexyzBlue: CIEXYZTrait Implementations§
Source§impl Clone for tagICEXYZTRIPLE
impl Clone for tagICEXYZTRIPLE
Source§fn clone(&self) -> tagICEXYZTRIPLE
fn clone(&self) -> tagICEXYZTRIPLE
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for tagICEXYZTRIPLE
impl Debug for tagICEXYZTRIPLE
impl Copy for tagICEXYZTRIPLE
Auto Trait Implementations§
impl Freeze for tagICEXYZTRIPLE
impl RefUnwindSafe for tagICEXYZTRIPLE
impl Send for tagICEXYZTRIPLE
impl Sync for tagICEXYZTRIPLE
impl Unpin for tagICEXYZTRIPLE
impl UnwindSafe for tagICEXYZTRIPLE
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