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