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