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