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