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