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