Struct libhelium::ColorLABColor
source · [−]#[repr(transparent)]pub struct ColorLABColor { /* private fields */ }
Trait Implementations
sourceimpl Clone for ColorLABColor
impl Clone for ColorLABColor
sourceimpl Debug for ColorLABColor
impl Debug for ColorLABColor
sourceimpl Hash for ColorLABColor
impl Hash for ColorLABColor
sourceimpl Ord for ColorLABColor
impl Ord for ColorLABColor
sourceimpl PartialEq<ColorLABColor> for ColorLABColor
impl PartialEq<ColorLABColor> for ColorLABColor
sourcefn eq(&self, other: &ColorLABColor) -> bool
fn eq(&self, other: &ColorLABColor) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &ColorLABColor) -> bool
fn ne(&self, other: &ColorLABColor) -> bool
This method tests for !=
.
sourceimpl PartialOrd<ColorLABColor> for ColorLABColor
impl PartialOrd<ColorLABColor> for ColorLABColor
sourcefn partial_cmp(&self, other: &ColorLABColor) -> Option<Ordering>
fn partial_cmp(&self, other: &ColorLABColor) -> 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 ColorLABColor
impl StaticType for ColorLABColor
sourcefn static_type() -> Type
fn static_type() -> Type
Returns the type identifier of Self
.
impl Eq for ColorLABColor
impl StructuralEq for ColorLABColor
impl StructuralPartialEq for ColorLABColor
Auto Trait Implementations
impl RefUnwindSafe for ColorLABColor
impl !Send for ColorLABColor
impl !Sync for ColorLABColor
impl Unpin for ColorLABColor
impl UnwindSafe for ColorLABColor
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.