Struct azalea_block::ActivatorRailBlock
source · [−]Fields
powered: boolshape: RailShapewaterlogged: boolTrait Implementations
sourceimpl Block for ActivatorRailBlock
impl Block for ActivatorRailBlock
sourceimpl Clone for ActivatorRailBlock
impl Clone for ActivatorRailBlock
sourcefn clone(&self) -> ActivatorRailBlock
fn clone(&self) -> ActivatorRailBlock
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 ActivatorRailBlock
impl Debug for ActivatorRailBlock
sourceimpl Default for ActivatorRailBlock
impl Default for ActivatorRailBlock
sourceimpl From<ActivatorRailBlock> for BlockState
impl From<ActivatorRailBlock> for BlockState
sourcefn from(b: ActivatorRailBlock) -> Self
fn from(b: ActivatorRailBlock) -> Self
Converts to this type from the input type.
impl Copy for ActivatorRailBlock
Auto Trait Implementations
impl RefUnwindSafe for ActivatorRailBlock
impl Send for ActivatorRailBlock
impl Sync for ActivatorRailBlock
impl Unpin for ActivatorRailBlock
impl UnwindSafe for ActivatorRailBlock
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