#[repr(C)]pub struct CMYxyColor {
pub capY: UInt16,
pub x: UInt16,
pub y: UInt16,
}Expand description
Apple SDK struct CMYxyColor.
Fields§
§capY: UInt16§x: UInt16§y: UInt16Trait Implementations§
Source§impl Clone for CMYxyColor
impl Clone for CMYxyColor
Source§fn clone(&self) -> CMYxyColor
fn clone(&self) -> CMYxyColor
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 CMYxyColor
impl Debug for CMYxyColor
impl Copy for CMYxyColor
Auto Trait Implementations§
impl Freeze for CMYxyColor
impl RefUnwindSafe for CMYxyColor
impl Send for CMYxyColor
impl Sync for CMYxyColor
impl Unpin for CMYxyColor
impl UnsafeUnpin for CMYxyColor
impl UnwindSafe for CMYxyColor
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