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