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