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