#[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
Source§fn clone(&self) -> CMXYZColor
fn clone(&self) -> CMXYZColor
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 CMXYZColor
impl Debug 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