pub struct PitchDetector { /* private fields */ }Expand description
Pitch detector using autocorrelation.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PitchDetector
impl RefUnwindSafe for PitchDetector
impl Send for PitchDetector
impl Sync for PitchDetector
impl Unpin for PitchDetector
impl UnsafeUnpin for PitchDetector
impl UnwindSafe for PitchDetector
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