pub struct WhisperFullParams(/* private fields */);Expand description
Opaque params handle (allocated by whisper_full_default_params_by_ref).
Auto Trait Implementations§
impl Freeze for WhisperFullParams
impl RefUnwindSafe for WhisperFullParams
impl Send for WhisperFullParams
impl Sync for WhisperFullParams
impl Unpin for WhisperFullParams
impl UnsafeUnpin for WhisperFullParams
impl UnwindSafe for WhisperFullParams
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