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