struct SpreadVelocityMap {
first_infection: Grid<i32>,
data: Grid<f32>,
query: Query<With<&'static Coord, AsfInfected>>,
}
Fields
first_infection: Grid<i32>
data: Grid<f32>
query: Query<With<&'static Coord, AsfInfected>>
Trait Implementations
sourceimpl Default for SpreadVelocityMap
impl Default for SpreadVelocityMap
sourcefn default() -> SpreadVelocityMap
fn default() -> SpreadVelocityMap
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for SpreadVelocityMap
impl Send for SpreadVelocityMap
impl !Sync for SpreadVelocityMap
impl Unpin for SpreadVelocityMap
impl UnwindSafe for SpreadVelocityMap
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