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