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