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