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