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