#[repr(C)]pub struct _SUNLinearSolverContent_KLU {
pub last_flag: c_int,
pub first_factorize: c_int,
pub symbolic: *mut klu_l_symbolic,
pub numeric: *mut klu_l_numeric,
pub common: klu_l_common,
pub klu_solver: KLUSolveFn,
}Fields§
§last_flag: c_int§first_factorize: c_int§symbolic: *mut klu_l_symbolic§numeric: *mut klu_l_numeric§common: klu_l_common§klu_solver: KLUSolveFnTrait Implementations§
Source§impl Clone for _SUNLinearSolverContent_KLU
impl Clone for _SUNLinearSolverContent_KLU
Source§fn clone(&self) -> _SUNLinearSolverContent_KLU
fn clone(&self) -> _SUNLinearSolverContent_KLU
Returns a copy 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 moreSource§impl Debug for _SUNLinearSolverContent_KLU
impl Debug for _SUNLinearSolverContent_KLU
impl Copy for _SUNLinearSolverContent_KLU
Auto Trait Implementations§
impl Freeze for _SUNLinearSolverContent_KLU
impl RefUnwindSafe for _SUNLinearSolverContent_KLU
impl !Send for _SUNLinearSolverContent_KLU
impl !Sync for _SUNLinearSolverContent_KLU
impl Unpin for _SUNLinearSolverContent_KLU
impl UnwindSafe for _SUNLinearSolverContent_KLU
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