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