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