pub struct VADStats {
pub frames_processed: u64,
pub speech_frames: u64,
pub silence_frames: u64,
}Expand description
VAD statistics snapshot.
Fields§
§frames_processed: u64§speech_frames: u64§silence_frames: u64Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VADStats
impl RefUnwindSafe for VADStats
impl Send for VADStats
impl Sync for VADStats
impl Unpin for VADStats
impl UnsafeUnpin for VADStats
impl UnwindSafe for VADStats
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