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