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