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