pub enum TerrainMaterial {
MareBasalt,
HighlandAnorthosite,
PolarIce,
FreshCraterEjecta,
}Variants§
Trait Implementations§
Source§impl Clone for TerrainMaterial
impl Clone for TerrainMaterial
Source§fn clone(&self) -> TerrainMaterial
fn clone(&self) -> TerrainMaterial
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for TerrainMaterial
Source§impl Debug for TerrainMaterial
impl Debug for TerrainMaterial
impl Eq for TerrainMaterial
Source§impl PartialEq for TerrainMaterial
impl PartialEq for TerrainMaterial
Source§fn eq(&self, other: &TerrainMaterial) -> bool
fn eq(&self, other: &TerrainMaterial) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TerrainMaterial
Auto Trait Implementations§
impl Freeze for TerrainMaterial
impl RefUnwindSafe for TerrainMaterial
impl Send for TerrainMaterial
impl Sync for TerrainMaterial
impl Unpin for TerrainMaterial
impl UnsafeUnpin for TerrainMaterial
impl UnwindSafe for TerrainMaterial
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