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