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