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