pub struct SirCell {
pub s: f64,
pub i: f64,
pub r: f64,
}Expand description
Per-cell state for spatial SIR model.
Fields§
§s: f64§i: f64§r: f64Trait Implementations§
impl Copy for SirCell
Auto Trait Implementations§
impl Freeze for SirCell
impl RefUnwindSafe for SirCell
impl Send for SirCell
impl Sync for SirCell
impl Unpin for SirCell
impl UnsafeUnpin for SirCell
impl UnwindSafe for SirCell
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more