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