struct VariantsMap {
first_variant: bool,
data: Grid<i32>,
query: Query<With<(&'static Coord, Option<&'static AsfVariant>), AsfInfected>>,
}
Fields
first_variant: bool
data: Grid<i32>
query: Query<With<(&'static Coord, Option<&'static AsfVariant>), AsfInfected>>
Trait Implementations
sourceimpl Default for VariantsMap
impl Default for VariantsMap
sourcefn default() -> VariantsMap
fn default() -> VariantsMap
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for VariantsMap
impl Send for VariantsMap
impl !Sync for VariantsMap
impl Unpin for VariantsMap
impl UnwindSafe for VariantsMap
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