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