Enum swifco_rs::components::map::HuntingMortality
source · [−]pub enum HuntingMortality {
Background,
Suspended {
zone: u8,
start: u32,
},
Active {
zone: u8,
start: u32,
mortality: Bernoulli,
females_only: bool,
},
}
Expand description
Attached to cells to control hunting schedules
Variants
Background
Suspended
Active
Auto Trait Implementations
impl RefUnwindSafe for HuntingMortality
impl Send for HuntingMortality
impl Sync for HuntingMortality
impl Unpin for HuntingMortality
impl UnwindSafe for HuntingMortality
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