pub struct BzParams {
pub alpha: f64,
pub beta: f64,
pub gamma: f64,
}Expand description
Parameters for the Belousov-Zhabotinsky oscillator.
Fields§
§alpha: f64§beta: f64§gamma: f64Trait Implementations§
Auto Trait Implementations§
impl Freeze for BzParams
impl RefUnwindSafe for BzParams
impl Send for BzParams
impl Sync for BzParams
impl Unpin for BzParams
impl UnsafeUnpin for BzParams
impl UnwindSafe for BzParams
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