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