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