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