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