#[repr(C)]pub struct ScsMatrix {
pub x: *mut f64,
pub i: *mut scs_int,
pub p: *mut scs_int,
pub m: scs_int,
pub n: scs_int,
}
Fields§
§x: *mut f64
§i: *mut scs_int
§p: *mut scs_int
§m: scs_int
§n: scs_int
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ScsMatrix
impl RefUnwindSafe for ScsMatrix
impl !Send for ScsMatrix
impl !Sync for ScsMatrix
impl Unpin for ScsMatrix
impl UnwindSafe for ScsMatrix
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