pub struct RemovedCarcasses(pub World);
Expand description
Contains all carcass entities removed due to disease management in the current time step
Tuple Fields
0: World
Trait Implementations
sourceimpl Default for RemovedCarcasses
impl Default for RemovedCarcasses
sourcefn default() -> RemovedCarcasses
fn default() -> RemovedCarcasses
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl !RefUnwindSafe for RemovedCarcasses
impl !Send for RemovedCarcasses
impl !Sync for RemovedCarcasses
impl Unpin for RemovedCarcasses
impl UnwindSafe for RemovedCarcasses
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