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