pub struct FdConfig {
pub spot_steps: usize,
pub time_steps: usize,
pub grid_stdevs: f64,
}Fields§
§spot_steps: usize§time_steps: usize§grid_stdevs: f64Implementations§
Trait Implementations§
impl Copy for FdConfig
impl StructuralPartialEq for FdConfig
Auto Trait Implementations§
impl Freeze for FdConfig
impl RefUnwindSafe for FdConfig
impl Send for FdConfig
impl Sync for FdConfig
impl Unpin for FdConfig
impl UnsafeUnpin for FdConfig
impl UnwindSafe for FdConfig
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