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