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