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