Struct swifco_rs::systems::reproduction::ReproductionParams
source · [−]struct ReproductionParams {
breeding_month: WeightedAliasIndex<f32>,
litter_size: WeightedAliasIndex<f32>,
}
Fields
breeding_month: WeightedAliasIndex<f32>
litter_size: WeightedAliasIndex<f32>
Auto Trait Implementations
impl RefUnwindSafe for ReproductionParams
impl Send for ReproductionParams
impl Sync for ReproductionParams
impl Unpin for ReproductionParams
impl UnwindSafe for ReproductionParams
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