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