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