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