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