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