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