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