Enum oc_wasm_opencomputers::common::Colour
source · pub enum Colour {
Show 16 variants
White,
Orange,
Magenta,
LightBlue,
Yellow,
Lime,
Pink,
Grey,
LightGrey,
Cyan,
Purple,
Blue,
Brown,
Green,
Red,
Black,
}Expand description
A colour.
Variants§
White
Orange
Magenta
LightBlue
Yellow
Lime
Pink
Grey
LightGrey
Cyan
Purple
Blue
Brown
Green
Red
Black
Trait Implementations§
source§impl Ord for Colour
impl Ord for Colour
source§impl PartialEq for Colour
impl PartialEq for Colour
source§impl PartialOrd for Colour
impl PartialOrd for Colour
1.0.0 · source§fn 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 moreimpl Copy for Colour
impl Eq for Colour
impl StructuralPartialEq for Colour
Auto Trait Implementations§
impl Freeze for Colour
impl RefUnwindSafe for Colour
impl Send for Colour
impl Sync for Colour
impl Unpin for Colour
impl UnwindSafe for Colour
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