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