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