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