Enum wasm4_common::draw::DrawIndex
source[−]#[repr(u16)]
pub enum DrawIndex {
Transparent,
First,
Second,
Third,
Fourth,
}
Variants
Transparent
First
Second
Third
Fourth
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DrawIndex
impl UnwindSafe for DrawIndex
Blanket Implementations
Mutably borrows from an owned value. Read more