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