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