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