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