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