Struct azalea_block::GrayBannerBlock
source · [−]pub struct GrayBannerBlock {
pub rotation: GrayBannerRotation,
}Fields
rotation: GrayBannerRotationTrait Implementations
sourceimpl Block for GrayBannerBlock
impl Block for GrayBannerBlock
sourceimpl Clone for GrayBannerBlock
impl Clone for GrayBannerBlock
sourcefn clone(&self) -> GrayBannerBlock
fn clone(&self) -> GrayBannerBlock
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for GrayBannerBlock
impl Debug for GrayBannerBlock
sourceimpl Default for GrayBannerBlock
impl Default for GrayBannerBlock
sourceimpl From<GrayBannerBlock> for BlockState
impl From<GrayBannerBlock> for BlockState
sourcefn from(b: GrayBannerBlock) -> Self
fn from(b: GrayBannerBlock) -> Self
Converts to this type from the input type.
impl Copy for GrayBannerBlock
Auto Trait Implementations
impl RefUnwindSafe for GrayBannerBlock
impl Send for GrayBannerBlock
impl Sync for GrayBannerBlock
impl Unpin for GrayBannerBlock
impl UnwindSafe for GrayBannerBlock
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