#[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
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