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