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