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