pub struct BlackBanner {
pub rotation: BlackBannerRotation,
}
Fields§
§rotation: BlackBannerRotation
Trait Implementations§
Source§impl BlockTrait for BlackBanner
impl BlockTrait for BlackBanner
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 BlackBanner
impl Clone for BlackBanner
Source§fn clone(&self) -> BlackBanner
fn clone(&self) -> BlackBanner
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 BlackBanner
impl Debug for BlackBanner
Source§impl Default for BlackBanner
impl Default for BlackBanner
Source§impl From<BlackBanner> for BlockState
impl From<BlackBanner> for BlockState
Source§fn from(b: BlackBanner) -> Self
fn from(b: BlackBanner) -> Self
Converts to this type from the input type.
Source§impl PartialEq for BlackBanner
impl PartialEq for BlackBanner
impl Copy for BlackBanner
impl StructuralPartialEq for BlackBanner
Auto Trait Implementations§
impl Freeze for BlackBanner
impl RefUnwindSafe for BlackBanner
impl Send for BlackBanner
impl Sync for BlackBanner
impl Unpin for BlackBanner
impl UnwindSafe for BlackBanner
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