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