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