#[repr(C)]pub struct SuperLUStat_t {
pub panel_histo: *mut c_int,
pub utime: *mut c_double,
pub ops: *mut flops_t,
pub TinyPivots: c_int,
pub RefineSteps: c_int,
pub expansions: c_int,
}Fields§
§panel_histo: *mut c_int§utime: *mut c_double§ops: *mut flops_t§TinyPivots: c_int§RefineSteps: c_int§expansions: c_intTrait Implementations§
Source§impl Clone for SuperLUStat_t
impl Clone for SuperLUStat_t
Source§fn clone(&self) -> SuperLUStat_t
fn clone(&self) -> SuperLUStat_t
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SuperLUStat_t
Auto Trait Implementations§
impl Freeze for SuperLUStat_t
impl RefUnwindSafe for SuperLUStat_t
impl !Send for SuperLUStat_t
impl !Sync for SuperLUStat_t
impl Unpin for SuperLUStat_t
impl UnwindSafe for SuperLUStat_t
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