#[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_int§l: scs_int§q: *mut scs_int§qsize: scs_int§s: *mut scs_int§ssize: scs_int§ep: scs_int§ed: scs_int§p: *mut f64§psize: scs_intTrait Implementations§
Auto Trait Implementations§
impl Freeze for ScsCone
impl RefUnwindSafe for ScsCone
impl !Send for ScsCone
impl !Sync for ScsCone
impl Unpin for ScsCone
impl UnwindSafe for ScsCone
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