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