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