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