pub struct StateStep {
pub step_index: usize,
pub previous_state: f64,
pub next_state: f64,
pub delta: f64,
}Fields§
§step_index: usize§previous_state: f64§next_state: f64§delta: f64Trait Implementations§
impl Copy for StateStep
impl StructuralPartialEq for StateStep
Auto Trait Implementations§
impl Freeze for StateStep
impl RefUnwindSafe for StateStep
impl Send for StateStep
impl Sync for StateStep
impl Unpin for StateStep
impl UnsafeUnpin for StateStep
impl UnwindSafe for StateStep
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