pub struct RODC { /* private fields */ }Expand description
Rate of Directional Change (RODC)
Measures the frequency of directional changes within a moving window.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RODC
impl RefUnwindSafe for RODC
impl Send for RODC
impl Sync for RODC
impl Unpin for RODC
impl UnsafeUnpin for RODC
impl UnwindSafe for RODC
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