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