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