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