Struct azalea_block::QuartzSlabBlock
source · [−]Fields
kind: Typewaterlogged: boolTrait Implementations
sourceimpl Block for QuartzSlabBlock
impl Block for QuartzSlabBlock
sourceimpl Clone for QuartzSlabBlock
impl Clone for QuartzSlabBlock
sourcefn clone(&self) -> QuartzSlabBlock
fn clone(&self) -> QuartzSlabBlock
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for QuartzSlabBlock
impl Debug for QuartzSlabBlock
sourceimpl Default for QuartzSlabBlock
impl Default for QuartzSlabBlock
sourceimpl From<QuartzSlabBlock> for BlockState
impl From<QuartzSlabBlock> for BlockState
sourcefn from(b: QuartzSlabBlock) -> Self
fn from(b: QuartzSlabBlock) -> Self
Converts to this type from the input type.
impl Copy for QuartzSlabBlock
Auto Trait Implementations
impl RefUnwindSafe for QuartzSlabBlock
impl Send for QuartzSlabBlock
impl Sync for QuartzSlabBlock
impl Unpin for QuartzSlabBlock
impl UnwindSafe for QuartzSlabBlock
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