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