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