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