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