pub struct OnsetDetector;Expand description
Detect note onsets / transients by different methods.
Implementations§
Source§impl OnsetDetector
impl OnsetDetector
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