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