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