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