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