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