pub struct IntCodex {
pub num_chromosomes: usize,
pub num_genes: usize,
pub min: i32,
pub max: i32,
pub lower_bound: i32,
pub upper_bound: i32,
}
Fields§
§num_chromosomes: usize
§num_genes: usize
§min: i32
§max: i32
§lower_bound: i32
§upper_bound: i32
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IntCodex
impl RefUnwindSafe for IntCodex
impl Send for IntCodex
impl Sync for IntCodex
impl Unpin for IntCodex
impl UnwindSafe for IntCodex
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