pub struct OnsetDetector { /* private fields */ }Expand description
Spectral-flux onset envelope with an adaptive-threshold beat flag.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OnsetDetector
impl RefUnwindSafe for OnsetDetector
impl Send for OnsetDetector
impl Sync for OnsetDetector
impl Unpin for OnsetDetector
impl UnsafeUnpin for OnsetDetector
impl UnwindSafe for OnsetDetector
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