pub struct OptimizedSolverOptions {
pub track_performance: bool,
pub track_memory: bool,
}Expand description
Additional configuration options for the optimized solver.
Fields§
§track_performance: boolEnable detailed performance tracking
track_memory: boolEnable memory usage tracking
Trait Implementations§
Source§impl Clone for OptimizedSolverOptions
impl Clone for OptimizedSolverOptions
Source§fn clone(&self) -> OptimizedSolverOptions
fn clone(&self) -> OptimizedSolverOptions
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 moreSource§impl Debug for OptimizedSolverOptions
impl Debug for OptimizedSolverOptions
Source§impl Default for OptimizedSolverOptions
impl Default for OptimizedSolverOptions
Source§fn default() -> OptimizedSolverOptions
fn default() -> OptimizedSolverOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for OptimizedSolverOptions
impl RefUnwindSafe for OptimizedSolverOptions
impl Send for OptimizedSolverOptions
impl Sync for OptimizedSolverOptions
impl Unpin for OptimizedSolverOptions
impl UnwindSafe for OptimizedSolverOptions
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