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