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