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