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