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