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