Struct azalea_block::BeetrootsBlock
source · pub struct BeetrootsBlock {
pub age: BeetrootsAge,
}Fields§
§age: BeetrootsAgeTrait Implementations§
source§impl Block for BeetrootsBlock
impl Block for BeetrootsBlock
source§impl Clone for BeetrootsBlock
impl Clone for BeetrootsBlock
source§fn clone(&self) -> BeetrootsBlock
fn clone(&self) -> BeetrootsBlock
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for BeetrootsBlock
impl Debug for BeetrootsBlock
source§impl Default for BeetrootsBlock
impl Default for BeetrootsBlock
source§impl From<BeetrootsBlock> for BlockState
impl From<BeetrootsBlock> for BlockState
source§fn from(b: BeetrootsBlock) -> Self
fn from(b: BeetrootsBlock) -> Self
Converts to this type from the input type.