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