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