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