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