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