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