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