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