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