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