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