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