pub enum StepperMethod {
Euler,
Midpoint,
RungeKutta,
DormandPrince,
}Variants§
Auto Trait Implementations§
impl Freeze for StepperMethod
impl RefUnwindSafe for StepperMethod
impl Send for StepperMethod
impl Sync for StepperMethod
impl Unpin for StepperMethod
impl UnsafeUnpin for StepperMethod
impl UnwindSafe for StepperMethod
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