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