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