Struct azalea_block::LimeCandleBlock
source · [−]pub struct LimeCandleBlock {
pub candles: LimeCandleCandles,
pub lit: bool,
pub waterlogged: bool,
}Fields
candles: LimeCandleCandleslit: boolwaterlogged: boolTrait Implementations
sourceimpl Block for LimeCandleBlock
impl Block for LimeCandleBlock
sourceimpl Clone for LimeCandleBlock
impl Clone for LimeCandleBlock
sourcefn clone(&self) -> LimeCandleBlock
fn clone(&self) -> LimeCandleBlock
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 LimeCandleBlock
impl Debug for LimeCandleBlock
sourceimpl Default for LimeCandleBlock
impl Default for LimeCandleBlock
sourceimpl From<LimeCandleBlock> for BlockState
impl From<LimeCandleBlock> for BlockState
sourcefn from(b: LimeCandleBlock) -> Self
fn from(b: LimeCandleBlock) -> Self
Converts to this type from the input type.
impl Copy for LimeCandleBlock
Auto Trait Implementations
impl RefUnwindSafe for LimeCandleBlock
impl Send for LimeCandleBlock
impl Sync for LimeCandleBlock
impl Unpin for LimeCandleBlock
impl UnwindSafe for LimeCandleBlock
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