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