Struct azalea_block::BirchLeavesBlock
source · [−]pub struct BirchLeavesBlock {
pub distance: BirchLeavesDistance,
pub persistent: bool,
pub waterlogged: bool,
}Fields
distance: BirchLeavesDistancepersistent: boolwaterlogged: boolTrait Implementations
sourceimpl Block for BirchLeavesBlock
impl Block for BirchLeavesBlock
sourceimpl Clone for BirchLeavesBlock
impl Clone for BirchLeavesBlock
sourcefn clone(&self) -> BirchLeavesBlock
fn clone(&self) -> BirchLeavesBlock
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 BirchLeavesBlock
impl Debug for BirchLeavesBlock
sourceimpl Default for BirchLeavesBlock
impl Default for BirchLeavesBlock
sourceimpl From<BirchLeavesBlock> for BlockState
impl From<BirchLeavesBlock> for BlockState
sourcefn from(b: BirchLeavesBlock) -> Self
fn from(b: BirchLeavesBlock) -> Self
Converts to this type from the input type.
impl Copy for BirchLeavesBlock
Auto Trait Implementations
impl RefUnwindSafe for BirchLeavesBlock
impl Send for BirchLeavesBlock
impl Sync for BirchLeavesBlock
impl Unpin for BirchLeavesBlock
impl UnwindSafe for BirchLeavesBlock
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