Struct azalea_block::LimeBannerBlock
source · pub struct LimeBannerBlock {
pub rotation: LimeBannerRotation,
}Fields
rotation: LimeBannerRotationTrait Implementations
sourceimpl Block for LimeBannerBlock
impl Block for LimeBannerBlock
sourceimpl Clone for LimeBannerBlock
impl Clone for LimeBannerBlock
sourcefn clone(&self) -> LimeBannerBlock
fn clone(&self) -> LimeBannerBlock
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 LimeBannerBlock
impl Debug for LimeBannerBlock
sourceimpl Default for LimeBannerBlock
impl Default for LimeBannerBlock
sourceimpl From<LimeBannerBlock> for BlockState
impl From<LimeBannerBlock> for BlockState
sourcefn from(b: LimeBannerBlock) -> Self
fn from(b: LimeBannerBlock) -> Self
Converts to this type from the input type.
impl Copy for LimeBannerBlock
Auto Trait Implementations
impl RefUnwindSafe for LimeBannerBlock
impl Send for LimeBannerBlock
impl Sync for LimeBannerBlock
impl Unpin for LimeBannerBlock
impl UnwindSafe for LimeBannerBlock
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