Enum rgsl::ODEiv[][src]

pub enum ODEiv {
    Inc,
    Nil,
    Dec,
}

Possible return values for an hadjust() evolution method for ordinary differential equations

Variants

Inc

step was increased

Nil

step unchanged

Dec

step decreased

Trait Implementations

impl Clone for ODEiv[src]

impl Copy for ODEiv[src]

impl Debug for ODEiv[src]

impl PartialEq<ODEiv> for ODEiv[src]

impl PartialOrd<ODEiv> for ODEiv[src]

impl StructuralPartialEq for ODEiv[src]

Auto Trait Implementations

impl RefUnwindSafe for ODEiv

impl Send for ODEiv

impl Sync for ODEiv

impl Unpin for ODEiv

impl UnwindSafe for ODEiv

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.