Enum base::world::ground::GroundMaterial
[−]
[src]
pub enum GroundMaterial { Dirt, Grass, Stone, Sand, Snow, JungleGrass, Mulch, Debug, }
Variants
Dirt
Grass
Stone
Sand
Snow
JungleGrass
Mulch
Debug
Methods
impl GroundMaterial
[src]
Trait Implementations
impl Debug for GroundMaterial
[src]
impl Copy for GroundMaterial
[src]
impl Clone for GroundMaterial
[src]
fn clone(&self) -> GroundMaterial
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more