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