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