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