Struct azalea_block::CyanBannerBlock
source · pub struct CyanBannerBlock {
pub rotation: CyanBannerRotation,
}Fields
rotation: CyanBannerRotationTrait Implementations
sourceimpl Block for CyanBannerBlock
impl Block for CyanBannerBlock
sourceimpl Clone for CyanBannerBlock
impl Clone for CyanBannerBlock
sourcefn clone(&self) -> CyanBannerBlock
fn clone(&self) -> CyanBannerBlock
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for CyanBannerBlock
impl Debug for CyanBannerBlock
sourceimpl Default for CyanBannerBlock
impl Default for CyanBannerBlock
sourceimpl From<CyanBannerBlock> for BlockState
impl From<CyanBannerBlock> for BlockState
sourcefn from(b: CyanBannerBlock) -> Self
fn from(b: CyanBannerBlock) -> Self
Converts to this type from the input type.
impl Copy for CyanBannerBlock
Auto Trait Implementations
impl RefUnwindSafe for CyanBannerBlock
impl Send for CyanBannerBlock
impl Sync for CyanBannerBlock
impl Unpin for CyanBannerBlock
impl UnwindSafe for CyanBannerBlock
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more