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