Struct azalea_block::HopperBlock
source · Fields
enabled: boolfacing: FacingTrait Implementations
sourceimpl Block for HopperBlock
impl Block for HopperBlock
sourceimpl Clone for HopperBlock
impl Clone for HopperBlock
sourcefn clone(&self) -> HopperBlock
fn clone(&self) -> HopperBlock
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 HopperBlock
impl Debug for HopperBlock
sourceimpl Default for HopperBlock
impl Default for HopperBlock
sourceimpl From<HopperBlock> for BlockState
impl From<HopperBlock> for BlockState
sourcefn from(b: HopperBlock) -> Self
fn from(b: HopperBlock) -> Self
Converts to this type from the input type.
impl Copy for HopperBlock
Auto Trait Implementations
impl RefUnwindSafe for HopperBlock
impl Send for HopperBlock
impl Sync for HopperBlock
impl Unpin for HopperBlock
impl UnwindSafe for HopperBlock
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