Struct azalea_block::PottedDeadBushBlock
source · pub struct PottedDeadBushBlock {}Trait Implementations§
source§impl Block for PottedDeadBushBlock
impl Block for PottedDeadBushBlock
source§impl Clone for PottedDeadBushBlock
impl Clone for PottedDeadBushBlock
source§fn clone(&self) -> PottedDeadBushBlock
fn clone(&self) -> PottedDeadBushBlock
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 PottedDeadBushBlock
impl Debug for PottedDeadBushBlock
source§impl Default for PottedDeadBushBlock
impl Default for PottedDeadBushBlock
source§impl From<PottedDeadBushBlock> for BlockState
impl From<PottedDeadBushBlock> for BlockState
source§fn from(b: PottedDeadBushBlock) -> Self
fn from(b: PottedDeadBushBlock) -> Self
Converts to this type from the input type.