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