[][src]Struct scs::ScsInfo

#[repr(C)]
pub struct ScsInfo {
    pub iter: scs_int,
    pub status: [c_char; 32],
    pub status_val: scs_int,
    pub pobj: f64,
    pub dobj: f64,
    pub res_pri: f64,
    pub res_dual: f64,
    pub res_infeas: f64,
    pub res_unbdd: f64,
    pub rel_gap: f64,
    pub setup_time: f64,
    pub solve_time: f64,
}

Fields

iter: scs_intstatus: [c_char; 32]status_val: scs_intpobj: f64dobj: f64res_pri: f64res_dual: f64res_infeas: f64res_unbdd: f64rel_gap: f64setup_time: f64solve_time: f64

Trait Implementations

impl Clone for ScsInfo[src]

impl Copy for ScsInfo[src]

impl Debug for ScsInfo[src]

impl Default for ScsInfo[src]

Auto Trait Implementations

impl RefUnwindSafe for ScsInfo

impl Send for ScsInfo

impl Sync for ScsInfo

impl Unpin for ScsInfo

impl UnwindSafe for ScsInfo

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.