pub struct OnSpacePlatformMinedEntity;Expand description
Called after the results of an entity being mined are collected just before the entity is destroyed.
After this event any items in the buffer will be transferred into the platform as if they came from mining the entity.
The buffer inventory is special in that it’s only valid during this event and has a dynamic size expanding as more items are transferred into it.
Implementations§
Trait Implementations§
Source§impl Clone for OnSpacePlatformMinedEntity
impl Clone for OnSpacePlatformMinedEntity
Source§fn clone(&self) -> OnSpacePlatformMinedEntity
fn clone(&self) -> OnSpacePlatformMinedEntity
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for OnSpacePlatformMinedEntity
Source§impl Debug for OnSpacePlatformMinedEntity
impl Debug for OnSpacePlatformMinedEntity
impl Eq for OnSpacePlatformMinedEntity
impl StructuralPartialEq for OnSpacePlatformMinedEntity
Auto Trait Implementations§
impl Freeze for OnSpacePlatformMinedEntity
impl RefUnwindSafe for OnSpacePlatformMinedEntity
impl Send for OnSpacePlatformMinedEntity
impl Sync for OnSpacePlatformMinedEntity
impl Unpin for OnSpacePlatformMinedEntity
impl UnsafeUnpin for OnSpacePlatformMinedEntity
impl UnwindSafe for OnSpacePlatformMinedEntity
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