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