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