pub struct WMA { /* private fields */ }Expand description
Weighted Moving Average (WMA)
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WMA
impl RefUnwindSafe for WMA
impl Send for WMA
impl Sync for WMA
impl Unpin for WMA
impl UnsafeUnpin for WMA
impl UnwindSafe for WMA
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