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