Struct azalea_block::BirchSaplingBlock
source · pub struct BirchSaplingBlock {
pub stage: BirchSaplingStage,
}Fields
stage: BirchSaplingStageTrait Implementations
sourceimpl Block for BirchSaplingBlock
impl Block for BirchSaplingBlock
sourceimpl Clone for BirchSaplingBlock
impl Clone for BirchSaplingBlock
sourcefn clone(&self) -> BirchSaplingBlock
fn clone(&self) -> BirchSaplingBlock
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 BirchSaplingBlock
impl Debug for BirchSaplingBlock
sourceimpl Default for BirchSaplingBlock
impl Default for BirchSaplingBlock
sourceimpl From<BirchSaplingBlock> for BlockState
impl From<BirchSaplingBlock> for BlockState
sourcefn from(b: BirchSaplingBlock) -> Self
fn from(b: BirchSaplingBlock) -> Self
Converts to this type from the input type.
impl Copy for BirchSaplingBlock
Auto Trait Implementations
impl RefUnwindSafe for BirchSaplingBlock
impl Send for BirchSaplingBlock
impl Sync for BirchSaplingBlock
impl Unpin for BirchSaplingBlock
impl UnwindSafe for BirchSaplingBlock
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