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