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