pub struct SpeechDetected(/* private fields */);Expand description
Signal indicating that speech activity has been detected.
Implementations§
Trait Implementations§
Source§impl Clone for SpeechDetected
impl Clone for SpeechDetected
Source§fn clone(&self) -> SpeechDetected
fn clone(&self) -> SpeechDetected
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for SpeechDetected
impl RefUnwindSafe for SpeechDetected
impl Send for SpeechDetected
impl Sync for SpeechDetected
impl Unpin for SpeechDetected
impl UnsafeUnpin for SpeechDetected
impl UnwindSafe for SpeechDetected
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