Struct libhelium::ColorLCHColor 
source · [−]#[repr(transparent)]pub struct ColorLCHColor { /* private fields */ }Trait Implementations
sourceimpl Clone for ColorLCHColor
 
impl Clone for ColorLCHColor
sourceimpl Debug for ColorLCHColor
 
impl Debug for ColorLCHColor
sourceimpl Hash for ColorLCHColor
 
impl Hash for ColorLCHColor
sourceimpl Ord for ColorLCHColor
 
impl Ord for ColorLCHColor
sourceimpl PartialEq<ColorLCHColor> for ColorLCHColor
 
impl PartialEq<ColorLCHColor> for ColorLCHColor
sourcefn eq(&self, other: &ColorLCHColor) -> bool
 
fn eq(&self, other: &ColorLCHColor) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &ColorLCHColor) -> bool
 
fn ne(&self, other: &ColorLCHColor) -> bool
This method tests for !=.
sourceimpl PartialOrd<ColorLCHColor> for ColorLCHColor
 
impl PartialOrd<ColorLCHColor> for ColorLCHColor
sourcefn partial_cmp(&self, other: &ColorLCHColor) -> Option<Ordering>
 
fn partial_cmp(&self, other: &ColorLCHColor) -> Option<Ordering>
This method returns an ordering between self and other values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
 
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
 
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
sourceimpl StaticType for ColorLCHColor
 
impl StaticType for ColorLCHColor
sourcefn static_type() -> Type
 
fn static_type() -> Type
Returns the type identifier of Self.
impl Eq for ColorLCHColor
impl StructuralEq for ColorLCHColor
impl StructuralPartialEq for ColorLCHColor
Auto Trait Implementations
impl RefUnwindSafe for ColorLCHColor
impl !Send for ColorLCHColor
impl !Sync for ColorLCHColor
impl Unpin for ColorLCHColor
impl UnwindSafe for ColorLCHColor
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    T: ?Sized, 
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<T> StaticTypeExt for T where
    T: StaticType, 
impl<T> StaticTypeExt for T where
    T: StaticType, 
fn ensure_type()
fn ensure_type()
Ensures that the type has been registered with the type system.