Struct azalea_block::PurpurPillarBlock
source · [−]pub struct PurpurPillarBlock {
pub axis: Axis,
}Fields
axis: AxisTrait Implementations
sourceimpl Block for PurpurPillarBlock
impl Block for PurpurPillarBlock
sourceimpl Clone for PurpurPillarBlock
impl Clone for PurpurPillarBlock
sourcefn clone(&self) -> PurpurPillarBlock
fn clone(&self) -> PurpurPillarBlock
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for PurpurPillarBlock
impl Debug for PurpurPillarBlock
sourceimpl Default for PurpurPillarBlock
impl Default for PurpurPillarBlock
sourceimpl From<PurpurPillarBlock> for BlockState
impl From<PurpurPillarBlock> for BlockState
sourcefn from(b: PurpurPillarBlock) -> Self
fn from(b: PurpurPillarBlock) -> Self
Converts to this type from the input type.
impl Copy for PurpurPillarBlock
Auto Trait Implementations
impl RefUnwindSafe for PurpurPillarBlock
impl Send for PurpurPillarBlock
impl Sync for PurpurPillarBlock
impl Unpin for PurpurPillarBlock
impl UnwindSafe for PurpurPillarBlock
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