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