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