pub struct RealClosureAdvancedConfig {
pub enable_thom: bool,
pub enable_refinement: bool,
pub refinement_precision: BigRational,
}Expand description
Configuration for advanced real closure operations.
Fields§
§enable_thom: boolEnable Thom encoding.
enable_refinement: boolEnable interval refinement.
refinement_precision: BigRationalRefinement precision (interval width threshold).
Trait Implementations§
Source§impl Clone for RealClosureAdvancedConfig
impl Clone for RealClosureAdvancedConfig
Source§fn clone(&self) -> RealClosureAdvancedConfig
fn clone(&self) -> RealClosureAdvancedConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 RealClosureAdvancedConfig
impl Debug for RealClosureAdvancedConfig
Auto Trait Implementations§
impl Freeze for RealClosureAdvancedConfig
impl RefUnwindSafe for RealClosureAdvancedConfig
impl Send for RealClosureAdvancedConfig
impl Sync for RealClosureAdvancedConfig
impl Unpin for RealClosureAdvancedConfig
impl UnsafeUnpin for RealClosureAdvancedConfig
impl UnwindSafe for RealClosureAdvancedConfig
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