pub struct WakeWordHandle { /* private fields */ }Expand description
Handle to control the wake word detector thread.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WakeWordHandle
impl !RefUnwindSafe for WakeWordHandle
impl Send for WakeWordHandle
impl Sync for WakeWordHandle
impl Unpin for WakeWordHandle
impl UnsafeUnpin for WakeWordHandle
impl !UnwindSafe for WakeWordHandle
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