pub struct MyRSI { /* private fields */ }Expand description
MyRSI
Based on John Ehlers’ “MyRSI” from the Noise Elimination Technology paper. Unlike standard RSI which ranges from 0 to 100, MyRSI swings between -1 and +1.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MyRSI
impl RefUnwindSafe for MyRSI
impl Send for MyRSI
impl Sync for MyRSI
impl Unpin for MyRSI
impl UnsafeUnpin for MyRSI
impl UnwindSafe for MyRSI
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