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