Expand description
Piglets newly born in the current time step
The fields are
- the entity ID of the newly born piglet
- the entity ID of dam which gave birth to it
Tuple Fields
0: Vec<(Entity, Entity)>
Trait Implementations
sourceimpl Default for NewPiglets
impl Default for NewPiglets
sourcefn default() -> NewPiglets
fn default() -> NewPiglets
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for NewPiglets
impl Send for NewPiglets
impl Sync for NewPiglets
impl Unpin for NewPiglets
impl UnwindSafe for NewPiglets
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