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