pub struct IdeStats {
pub n_rhs: usize,
pub n_kernel: usize,
pub n_steps: usize,
}Expand description
Statistics from IDE solver.
Fields§
§n_rhs: usizeNumber of RHS evaluations
n_kernel: usizeNumber of kernel evaluations
n_steps: usizeNumber of steps taken
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IdeStats
impl RefUnwindSafe for IdeStats
impl Send for IdeStats
impl Sync for IdeStats
impl Unpin for IdeStats
impl UnsafeUnpin for IdeStats
impl UnwindSafe for IdeStats
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