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