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