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