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