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