pub struct MomentumResult {
pub value: f64,
pub ratio: f64,
}Fields§
§value: f64§ratio: f64Auto Trait Implementations§
impl Freeze for MomentumResult
impl RefUnwindSafe for MomentumResult
impl Send for MomentumResult
impl Sync for MomentumResult
impl Unpin for MomentumResult
impl UnwindSafe for MomentumResult
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