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