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