pub struct AdaptiveDt {
pub tol: f64,
pub min: f64,
pub max: Option<f64>,
pub adaptive_steps: u16,
/* private fields */
}Fields§
§tol: f64§min: f64§max: Option<f64>§adaptive_steps: u16Implementations§
Trait Implementations§
Source§impl Debug for AdaptiveDt
impl Debug for AdaptiveDt
Auto Trait Implementations§
impl Freeze for AdaptiveDt
impl RefUnwindSafe for AdaptiveDt
impl Send for AdaptiveDt
impl Sync for AdaptiveDt
impl Unpin for AdaptiveDt
impl UnsafeUnpin for AdaptiveDt
impl UnwindSafe for AdaptiveDt
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