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