[][src]Struct scs::ScsCone

#[repr(C)]
pub struct ScsCone {
    pub f: scs_int,
    pub l: scs_int,
    pub q: *mut scs_int,
    pub qsize: scs_int,
    pub s: *mut scs_int,
    pub ssize: scs_int,
    pub ep: scs_int,
    pub ed: scs_int,
    pub p: *mut f64,
    pub psize: scs_int,
}

Fields

f: scs_intl: scs_intq: *mut scs_intqsize: scs_ints: *mut scs_intssize: scs_intep: scs_inted: scs_intp: *mut f64psize: scs_int

Trait Implementations

impl Clone for ScsCone[src]

impl Copy for ScsCone[src]

impl Debug for ScsCone[src]

Auto Trait Implementations

impl RefUnwindSafe for ScsCone

impl !Send for ScsCone

impl !Sync for ScsCone

impl Unpin for ScsCone

impl UnwindSafe for ScsCone

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.