#[repr(C)]
pub struct _SUNNonlinearSolverContent_FixedPoint {
Show 20 fields pub Sys: SUNNonlinSolSysFn, pub CTest: SUNNonlinSolConvTestFn, pub m: c_int, pub imap: *mut c_int, pub R: *mut realtype, pub gamma: *mut realtype, pub cvals: *mut realtype, pub df: *mut N_Vector, pub dg: *mut N_Vector, pub q: *mut N_Vector, pub Xvecs: *mut N_Vector, pub yprev: N_Vector, pub gy: N_Vector, pub fold: N_Vector, pub gold: N_Vector, pub delta: N_Vector, pub curiter: c_int, pub maxiters: c_int, pub niters: c_long, pub nconvfails: c_long,
}

Fields§

§Sys: SUNNonlinSolSysFn§CTest: SUNNonlinSolConvTestFn§m: c_int§imap: *mut c_int§R: *mut realtype§gamma: *mut realtype§cvals: *mut realtype§df: *mut N_Vector§dg: *mut N_Vector§q: *mut N_Vector§Xvecs: *mut N_Vector§yprev: N_Vector§gy: N_Vector§fold: N_Vector§gold: N_Vector§delta: N_Vector§curiter: c_int§maxiters: c_int§niters: c_long§nconvfails: c_long

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.