Struct consprob_trained::TmpPartFuncs
source · [−]pub struct TmpPartFuncs {
pub part_func_on_sa: f32,
pub part_func_on_sa_4_ml: f32,
pub part_func_4_ml: f32,
pub part_func_4_first_bpas_on_mls: f32,
pub part_func_4_bpas_on_mls: f32,
pub part_func_on_mls: f32,
}Fields
part_func_on_sa: f32part_func_on_sa_4_ml: f32part_func_4_ml: f32part_func_4_first_bpas_on_mls: f32part_func_4_bpas_on_mls: f32part_func_on_mls: f32Implementations
sourceimpl TmpPartFuncs
impl TmpPartFuncs
pub fn new() -> TmpPartFuncs
Trait Implementations
sourceimpl Clone for TmpPartFuncs
impl Clone for TmpPartFuncs
sourcefn clone(&self) -> TmpPartFuncs
fn clone(&self) -> TmpPartFuncs
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
Auto Trait Implementations
impl RefUnwindSafe for TmpPartFuncs
impl Send for TmpPartFuncs
impl Sync for TmpPartFuncs
impl Unpin for TmpPartFuncs
impl UnwindSafe for TmpPartFuncs
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more