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