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