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