#[repr(C)]pub struct CMXYZColor {
pub X: CMXYZComponent,
pub Y: CMXYZComponent,
pub Z: CMXYZComponent,
}Expand description
Apple SDK struct CMXYZColor.
Fields§
§X: CMXYZComponent§Y: CMXYZComponent§Z: CMXYZComponentTrait Implementations§
Source§impl Clone for CMXYZColor
impl Clone for CMXYZColor
impl Copy for CMXYZColor
Auto Trait Implementations§
impl Freeze for CMXYZColor
impl RefUnwindSafe for CMXYZColor
impl Send for CMXYZColor
impl Sync for CMXYZColor
impl Unpin for CMXYZColor
impl UnsafeUnpin for CMXYZColor
impl UnwindSafe for CMXYZColor
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