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