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