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