#[repr(C)]pub struct SCformat {
pub nnz: int_t,
pub nsuper: int_t,
pub nzval: *mut c_void,
pub nzval_colptr: *mut int_t,
pub rowind: *mut int_t,
pub rowind_colptr: *mut int_t,
pub col_to_sup: *mut int_t,
pub sup_to_col: *mut int_t,
}Fields§
§nnz: int_t§nsuper: int_t§nzval: *mut c_void§nzval_colptr: *mut int_t§rowind: *mut int_t§rowind_colptr: *mut int_t§col_to_sup: *mut int_t§sup_to_col: *mut int_tTrait Implementations§
Auto Trait Implementations§
impl Freeze for SCformat
impl RefUnwindSafe for SCformat
impl !Send for SCformat
impl !Sync for SCformat
impl Unpin for SCformat
impl UnwindSafe for SCformat
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