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