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