pub struct PinkWallBanner {
pub facing: FacingCardinal,
}
Fields§
§facing: FacingCardinal
Trait Implementations§
Source§impl BlockTrait for PinkWallBanner
impl BlockTrait for PinkWallBanner
fn behavior(&self) -> BlockBehavior
Source§fn as_block_state(&self) -> BlockState
fn as_block_state(&self) -> BlockState
Convert the block to a block state. Read more
Source§fn as_registry_block(&self) -> Block
fn as_registry_block(&self) -> Block
Convert the block to an
azalea_registry::Block
. Read moreSource§impl Clone for PinkWallBanner
impl Clone for PinkWallBanner
Source§fn clone(&self) -> PinkWallBanner
fn clone(&self) -> PinkWallBanner
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for PinkWallBanner
impl Debug for PinkWallBanner
Source§impl Default for PinkWallBanner
impl Default for PinkWallBanner
Source§impl From<PinkWallBanner> for BlockState
impl From<PinkWallBanner> for BlockState
Source§fn from(b: PinkWallBanner) -> Self
fn from(b: PinkWallBanner) -> Self
Converts to this type from the input type.
Source§impl PartialEq for PinkWallBanner
impl PartialEq for PinkWallBanner
impl Copy for PinkWallBanner
impl StructuralPartialEq for PinkWallBanner
Auto Trait Implementations§
impl Freeze for PinkWallBanner
impl RefUnwindSafe for PinkWallBanner
impl Send for PinkWallBanner
impl Sync for PinkWallBanner
impl Unpin for PinkWallBanner
impl UnwindSafe for PinkWallBanner
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more