Struct swifco_rs::systems::observers::population::CauseOfDeathMap
source · [−]struct CauseOfDeathMap {
data: [Grid<i32>; 5],
query: Query<(&'static Coord, &'static CauseOfDeath)>,
}
Fields
data: [Grid<i32>; 5]
query: Query<(&'static Coord, &'static CauseOfDeath)>
Trait Implementations
sourceimpl Default for CauseOfDeathMap
impl Default for CauseOfDeathMap
sourcefn default() -> CauseOfDeathMap
fn default() -> CauseOfDeathMap
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for CauseOfDeathMap
impl Send for CauseOfDeathMap
impl !Sync for CauseOfDeathMap
impl Unpin for CauseOfDeathMap
impl UnwindSafe for CauseOfDeathMap
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