Fields
kind: Typewaterlogged: boolTrait Implementations
sourceimpl Block for SmoothRedSandstoneSlabBlock
impl Block for SmoothRedSandstoneSlabBlock
sourceimpl Clone for SmoothRedSandstoneSlabBlock
impl Clone for SmoothRedSandstoneSlabBlock
sourcefn clone(&self) -> SmoothRedSandstoneSlabBlock
fn clone(&self) -> SmoothRedSandstoneSlabBlock
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 SmoothRedSandstoneSlabBlock
impl Debug for SmoothRedSandstoneSlabBlock
sourceimpl Default for SmoothRedSandstoneSlabBlock
impl Default for SmoothRedSandstoneSlabBlock
sourceimpl From<SmoothRedSandstoneSlabBlock> for BlockState
impl From<SmoothRedSandstoneSlabBlock> for BlockState
sourcefn from(b: SmoothRedSandstoneSlabBlock) -> Self
fn from(b: SmoothRedSandstoneSlabBlock) -> Self
Converts to this type from the input type.
impl Copy for SmoothRedSandstoneSlabBlock
Auto Trait Implementations
impl RefUnwindSafe for SmoothRedSandstoneSlabBlock
impl Send for SmoothRedSandstoneSlabBlock
impl Sync for SmoothRedSandstoneSlabBlock
impl Unpin for SmoothRedSandstoneSlabBlock
impl UnwindSafe for SmoothRedSandstoneSlabBlock
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