[][src]Struct ecos::lpcone

#[repr(C)]
pub struct lpcone {
    pub p: idxint,
    pub w: *mut pfloat,
    pub v: *mut pfloat,
    pub kkt_idx: *mut idxint,
}

Fields

p: idxintw: *mut pfloatv: *mut pfloatkkt_idx: *mut idxint

Trait Implementations

impl Clone for lpcone[src]

impl Copy for lpcone[src]

impl Debug for lpcone[src]

Auto Trait Implementations

impl RefUnwindSafe for lpcone

impl !Send for lpcone

impl !Sync for lpcone

impl Unpin for lpcone

impl UnwindSafe for lpcone

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.