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