pub struct CheckChromoInterval<G: Float> { /* private fields */ }Expand description
Kill individuals if theirs gene does not lie in the specified intevals.
G - type of gene.
Returns count of the killed individuals.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<G> Freeze for CheckChromoInterval<G>
impl<G> RefUnwindSafe for CheckChromoInterval<G>where
G: RefUnwindSafe,
impl<G> Send for CheckChromoInterval<G>where
G: Send,
impl<G> Sync for CheckChromoInterval<G>where
G: Sync,
impl<G> Unpin for CheckChromoInterval<G>where
G: Unpin,
impl<G> UnsafeUnpin for CheckChromoInterval<G>
impl<G> UnwindSafe for CheckChromoInterval<G>where
G: UnwindSafe,
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