pub struct RangeNormaliserModel {
pub min: Array1<f64>,
pub max: Array1<f64>,
pub eps: f64,
}Fields§
§min: Array1<f64>§max: Array1<f64>§eps: f64Implementations§
Trait Implementations§
Source§impl Clone for RangeNormaliserModel
impl Clone for RangeNormaliserModel
Source§fn clone(&self) -> RangeNormaliserModel
fn clone(&self) -> RangeNormaliserModel
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RangeNormaliserModel
impl Debug for RangeNormaliserModel
Auto Trait Implementations§
impl Freeze for RangeNormaliserModel
impl RefUnwindSafe for RangeNormaliserModel
impl Send for RangeNormaliserModel
impl Sync for RangeNormaliserModel
impl Unpin for RangeNormaliserModel
impl UnwindSafe for RangeNormaliserModel
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