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