#[repr(i32)]pub enum LinearMultistepMethod {
Adams = 1,
Bdf = 2,
}
Expand description
An integration method.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LinearMultistepMethod
impl RefUnwindSafe for LinearMultistepMethod
impl Send for LinearMultistepMethod
impl Sync for LinearMultistepMethod
impl Unpin for LinearMultistepMethod
impl UnwindSafe for LinearMultistepMethod
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