Enum azalea_block::SnowLayers
source · pub enum SnowLayers {
_1,
_2,
_3,
_4,
_5,
_6,
_7,
_8,
}Variants§
Trait Implementations§
source§impl Clone for SnowLayers
impl Clone for SnowLayers
source§fn clone(&self) -> SnowLayers
fn clone(&self) -> SnowLayers
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 more