Struct azalea_block::QuartzPillarBlock
source · pub struct QuartzPillarBlock {
pub axis: Axis,
}Fields
axis: AxisTrait Implementations
sourceimpl Block for QuartzPillarBlock
impl Block for QuartzPillarBlock
sourceimpl Clone for QuartzPillarBlock
impl Clone for QuartzPillarBlock
sourcefn clone(&self) -> QuartzPillarBlock
fn clone(&self) -> QuartzPillarBlock
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 QuartzPillarBlock
impl Debug for QuartzPillarBlock
sourceimpl Default for QuartzPillarBlock
impl Default for QuartzPillarBlock
sourceimpl From<QuartzPillarBlock> for BlockState
impl From<QuartzPillarBlock> for BlockState
sourcefn from(b: QuartzPillarBlock) -> Self
fn from(b: QuartzPillarBlock) -> Self
Converts to this type from the input type.
impl Copy for QuartzPillarBlock
Auto Trait Implementations
impl RefUnwindSafe for QuartzPillarBlock
impl Send for QuartzPillarBlock
impl Sync for QuartzPillarBlock
impl Unpin for QuartzPillarBlock
impl UnwindSafe for QuartzPillarBlock
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