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