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: WireEastnorth: WireNorthpower: RedstoneWirePowersouth: WireSouthwest: WireWestTrait Implementations
sourceimpl Block for RedstoneWireBlock
impl Block for RedstoneWireBlock
sourceimpl Clone for RedstoneWireBlock
impl Clone for RedstoneWireBlock
sourcefn clone(&self) -> RedstoneWireBlock
fn clone(&self) -> RedstoneWireBlock
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for RedstoneWireBlock
impl Debug for RedstoneWireBlock
sourceimpl Default for RedstoneWireBlock
impl Default for RedstoneWireBlock
sourceimpl From<RedstoneWireBlock> for BlockState
impl From<RedstoneWireBlock> for BlockState
sourcefn from(b: RedstoneWireBlock) -> Self
fn from(b: RedstoneWireBlock) -> Self
Converts to this type from the input type.
impl Copy for RedstoneWireBlock
Auto Trait Implementations
impl RefUnwindSafe for RedstoneWireBlock
impl Send for RedstoneWireBlock
impl Sync for RedstoneWireBlock
impl Unpin for RedstoneWireBlock
impl UnwindSafe for RedstoneWireBlock
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more