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