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