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