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