Struct azalea_block::BeehiveBlock
source · [−]pub struct BeehiveBlock {
pub facing: FacingCardinal,
pub honey_level: BeehiveHoneyLevel,
}Fields
facing: FacingCardinalhoney_level: BeehiveHoneyLevelTrait Implementations
sourceimpl Block for BeehiveBlock
impl Block for BeehiveBlock
sourceimpl Clone for BeehiveBlock
impl Clone for BeehiveBlock
sourcefn clone(&self) -> BeehiveBlock
fn clone(&self) -> BeehiveBlock
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for BeehiveBlock
impl Debug for BeehiveBlock
sourceimpl Default for BeehiveBlock
impl Default for BeehiveBlock
sourceimpl From<BeehiveBlock> for BlockState
impl From<BeehiveBlock> for BlockState
sourcefn from(b: BeehiveBlock) -> Self
fn from(b: BeehiveBlock) -> Self
Converts to this type from the input type.
impl Copy for BeehiveBlock
Auto Trait Implementations
impl RefUnwindSafe for BeehiveBlock
impl Send for BeehiveBlock
impl Sync for BeehiveBlock
impl Unpin for BeehiveBlock
impl UnwindSafe for BeehiveBlock
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