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