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