Struct azalea_block::RedstoneWireBlock
source · pub struct RedstoneWireBlock {
pub east: WireEast,
pub north: WireNorth,
pub power: RedstoneWirePower,
pub south: WireSouth,
pub west: WireWest,
}Fields§
§east: WireEast§north: WireNorth§power: RedstoneWirePower§south: WireSouth§west: WireWestTrait Implementations§
source§impl Block for RedstoneWireBlock
impl Block for RedstoneWireBlock
source§impl Clone for RedstoneWireBlock
impl Clone for RedstoneWireBlock
source§fn clone(&self) -> RedstoneWireBlock
fn clone(&self) -> RedstoneWireBlock
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 RedstoneWireBlock
impl Debug for RedstoneWireBlock
source§impl Default for RedstoneWireBlock
impl Default for RedstoneWireBlock
source§impl From<RedstoneWireBlock> for BlockState
impl From<RedstoneWireBlock> for BlockState
source§fn from(b: RedstoneWireBlock) -> Self
fn from(b: RedstoneWireBlock) -> Self
Converts to this type from the input type.