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