pub struct Reflex { /* private fields */ }Expand description
Ehlers Reflex
Based on John Ehlers’ “Reflex: A New Zero-Lag Indicator” (2020). It is a zero-lag averaging indicator that synchronizes with the cycle component.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Reflex
impl RefUnwindSafe for Reflex
impl Send for Reflex
impl Sync for Reflex
impl Unpin for Reflex
impl UnsafeUnpin for Reflex
impl UnwindSafe for Reflex
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