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