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