Struct rusty_rootsearch::BisectionOptions
source · pub struct BisectionOptions<T>where
T: DualNumFloat,{
pub lower: T,
pub upper: T,
pub resolution: i32,
}Fields§
§lower: T§upper: T§resolution: i32Auto Trait Implementations§
impl<T> RefUnwindSafe for BisectionOptions<T>where T: RefUnwindSafe,
impl<T> Send for BisectionOptions<T>
impl<T> Sync for BisectionOptions<T>
impl<T> Unpin for BisectionOptions<T>where T: Unpin,
impl<T> UnwindSafe for BisectionOptions<T>where T: UnwindSafe,
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