#[repr(C)]pub struct stats {Show 29 fields
pub pcost: pfloat,
pub dcost: pfloat,
pub pres: pfloat,
pub dres: pfloat,
pub pinf: pfloat,
pub dinf: pfloat,
pub pinfres: pfloat,
pub dinfres: pfloat,
pub gap: pfloat,
pub relgap: pfloat,
pub sigma: pfloat,
pub mu: pfloat,
pub step: pfloat,
pub step_aff: pfloat,
pub kapovert: pfloat,
pub iter: idxint,
pub nitref1: idxint,
pub nitref2: idxint,
pub nitref3: idxint,
pub tsetup: pfloat,
pub tsolve: pfloat,
pub pob: idxint,
pub cb: idxint,
pub cob: idxint,
pub pb: idxint,
pub db: idxint,
pub affBack: idxint,
pub cmbBack: idxint,
pub centrality: pfloat,
}Fields§
§pcost: pfloat§dcost: pfloat§pres: pfloat§dres: pfloat§pinf: pfloat§dinf: pfloat§pinfres: pfloat§dinfres: pfloat§gap: pfloat§relgap: pfloat§sigma: pfloat§mu: pfloat§step: pfloat§step_aff: pfloat§kapovert: pfloat§iter: idxint§nitref1: idxint§nitref2: idxint§nitref3: idxint§tsetup: pfloat§tsolve: pfloat§pob: idxint§cb: idxint§cob: idxint§pb: idxint§db: idxint§affBack: idxint§cmbBack: idxint§centrality: pfloatTrait Implementations§
Auto Trait Implementations§
impl Freeze for stats
impl RefUnwindSafe for stats
impl Send for stats
impl Sync for stats
impl Unpin for stats
impl UnwindSafe for stats
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