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