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