Enum oc_wasm_opencomputers::gpu::Colour
source · pub enum Colour {
Rgb(Rgb),
PaletteIndex(PaletteIndex),
}Expand description
The types of colours available on a GPU.
Variants§
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