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