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