#[repr(C)]pub struct SherpaOnnxVoiceActivityDetector { /* private fields */ }
Trait Implementations§
Source§impl Clone for SherpaOnnxVoiceActivityDetector
impl Clone for SherpaOnnxVoiceActivityDetector
Source§fn clone(&self) -> SherpaOnnxVoiceActivityDetector
fn clone(&self) -> SherpaOnnxVoiceActivityDetector
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for SherpaOnnxVoiceActivityDetector
Auto Trait Implementations§
impl Freeze for SherpaOnnxVoiceActivityDetector
impl RefUnwindSafe for SherpaOnnxVoiceActivityDetector
impl Send for SherpaOnnxVoiceActivityDetector
impl Sync for SherpaOnnxVoiceActivityDetector
impl Unpin for SherpaOnnxVoiceActivityDetector
impl UnwindSafe for SherpaOnnxVoiceActivityDetector
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