Expand description
New ASF variants create in the current time step
The fields are
- the coordinates at which the new variant first emerged
- the ID of the newly created variant
- the ID of the existing variant from which it originated
Tuple Fields
0: Vec<(Coord, u16, u16)>
Trait Implementations
sourceimpl Default for NewAsfVariants
impl Default for NewAsfVariants
sourcefn default() -> NewAsfVariants
fn default() -> NewAsfVariants
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for NewAsfVariants
impl Send for NewAsfVariants
impl Sync for NewAsfVariants
impl Unpin for NewAsfVariants
impl UnwindSafe for NewAsfVariants
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