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