pub enum SnowLayers {
_1 = 0,
_2 = 1,
_3 = 2,
_4 = 3,
_5 = 4,
_6 = 5,
_7 = 6,
_8 = 7,
}
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 moreSource§impl Debug for SnowLayers
impl Debug for SnowLayers
Source§impl From<u16> for SnowLayers
impl From<u16> for SnowLayers
Source§fn from(value: BlockStateIntegerRepr) -> Self
fn from(value: BlockStateIntegerRepr) -> Self
Converts to this type from the input type.
Source§impl PartialEq for SnowLayers
impl PartialEq for SnowLayers
Source§impl Property for SnowLayers
impl Property for SnowLayers
type Value = SnowLayers
fn try_from_block_state(block_state: BlockState) -> Option<Self::Value>
impl Copy for SnowLayers
impl Eq for SnowLayers
impl StructuralPartialEq for SnowLayers
Auto Trait Implementations§
impl Freeze for SnowLayers
impl RefUnwindSafe for SnowLayers
impl Send for SnowLayers
impl Sync for SnowLayers
impl Unpin for SnowLayers
impl UnwindSafe for SnowLayers
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