pub struct Azalea;Trait Implementations§
Source§impl BlockTrait for Azalea
impl BlockTrait for Azalea
fn behavior(&self) -> BlockBehavior
Source§fn as_block_state(&self) -> BlockState
fn as_block_state(&self) -> BlockState
Convert the block struct to a
BlockState. Read moreSource§impl From<Azalea> for BlockState
impl From<Azalea> for BlockState
impl Copy for Azalea
impl StructuralPartialEq for Azalea
Auto Trait Implementations§
impl Freeze for Azalea
impl RefUnwindSafe for Azalea
impl Send for Azalea
impl Sync for Azalea
impl Unpin for Azalea
impl UnwindSafe for Azalea
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