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