struct InfectionParams {
p_inf_within: f64,
p_inf_between: f64,
p_inf_carcass: f64,
carcass_contact_delay: u32,
}
Fields
p_inf_within: f64
p_inf_between: f64
p_inf_carcass: f64
carcass_contact_delay: u32
Auto Trait Implementations
impl RefUnwindSafe for InfectionParams
impl Send for InfectionParams
impl Sync for InfectionParams
impl Unpin for InfectionParams
impl UnwindSafe for InfectionParams
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