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