#[repr(C)]pub struct spmat {
pub jc: *mut idxint,
pub ir: *mut idxint,
pub pr: *mut pfloat,
pub n: idxint,
pub m: idxint,
pub nnz: idxint,
}
Fields§
§jc: *mut idxint
§ir: *mut idxint
§pr: *mut pfloat
§n: idxint
§m: idxint
§nnz: idxint
Trait Implementations§
Auto Trait Implementations§
impl Freeze for spmat
impl RefUnwindSafe for spmat
impl !Send for spmat
impl !Sync for spmat
impl Unpin for spmat
impl UnwindSafe for spmat
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