pub struct OdeResult {
pub t: Vec<f64>,
pub y: Vec<Vec<f64>>,
}Fields§
§t: Vec<f64>§y: Vec<Vec<f64>>Auto Trait Implementations§
impl Freeze for OdeResult
impl RefUnwindSafe for OdeResult
impl Send for OdeResult
impl Sync for OdeResult
impl Unpin for OdeResult
impl UnsafeUnpin for OdeResult
impl UnwindSafe for OdeResult
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