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