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