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