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