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