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