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