Expand description
Tracks carcasses newly deposited in the current time step
The fields are
- the entity ID of the carcass
- the entity ID of their origin in
Deaths
- the entity ID of the animal which died
Tuple Fields
0: Vec<(Entity, Entity, Entity)>
Trait Implementations
sourceimpl Default for NewCarcasses
impl Default for NewCarcasses
sourcefn default() -> NewCarcasses
fn default() -> NewCarcasses
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for NewCarcasses
impl Send for NewCarcasses
impl Sync for NewCarcasses
impl Unpin for NewCarcasses
impl UnwindSafe for NewCarcasses
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more