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