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