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