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