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