Struct azalea_block::StructureVoidBlock
source · pub struct StructureVoidBlock {}Trait Implementations§
source§impl Block for StructureVoidBlock
impl Block for StructureVoidBlock
source§impl Clone for StructureVoidBlock
impl Clone for StructureVoidBlock
source§fn clone(&self) -> StructureVoidBlock
fn clone(&self) -> StructureVoidBlock
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 StructureVoidBlock
impl Debug for StructureVoidBlock
source§impl Default for StructureVoidBlock
impl Default for StructureVoidBlock
source§impl From<StructureVoidBlock> for BlockState
impl From<StructureVoidBlock> for BlockState
source§fn from(b: StructureVoidBlock) -> Self
fn from(b: StructureVoidBlock) -> Self
Converts to this type from the input type.