Enum libsm64::Terrain [−][src]
#[repr(u16)]
pub enum Terrain {
Grass,
Stone,
Snow,
Sand,
Spooky,
Water,
Slide,
Mask,
}
Expand description
The surface terrain of a triangle
Variants
Grass
Stone
Snow
Sand
Spooky
Water
Slide
Mask
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Terrain
impl UnwindSafe for Terrain
Blanket Implementations
Mutably borrows from an owned value. Read more