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