Enum azalea_block::SnowLayers
source · pub enum SnowLayers {
_1,
_2,
_3,
_4,
_5,
_6,
_7,
_8,
}Variants
_1
_2
_3
_4
_5
_6
_7
_8
Trait Implementations
sourceimpl Clone for SnowLayers
impl Clone for SnowLayers
sourcefn clone(&self) -> SnowLayers
fn clone(&self) -> SnowLayers
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for SnowLayers
impl Debug for SnowLayers
sourceimpl From<usize> for SnowLayers
impl From<usize> for SnowLayers
impl Copy for SnowLayers
Auto Trait Implementations
impl RefUnwindSafe for SnowLayers
impl Send for SnowLayers
impl Sync for SnowLayers
impl Unpin for SnowLayers
impl UnwindSafe for SnowLayers
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more