Enum wasm4_sx::DrawColorsIndex
source · #[repr(u8)]pub enum DrawColorsIndex {
I1,
I2,
I3,
I4,
}
Expand description
Draw colors index.
Variants§
Trait Implementations§
source§impl Clone for DrawColorsIndex
impl Clone for DrawColorsIndex
source§fn clone(&self) -> DrawColorsIndex
fn clone(&self) -> DrawColorsIndex
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for DrawColorsIndex
Auto Trait Implementations§
impl RefUnwindSafe for DrawColorsIndex
impl Send for DrawColorsIndex
impl Sync for DrawColorsIndex
impl Unpin for DrawColorsIndex
impl UnwindSafe for DrawColorsIndex
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