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