pub struct CrispasrSessionResult(/* private fields */);Expand description
Opaque result handle returned by crispasr_session_transcribe.
Must be freed with crispasr_session_result_free.
Auto Trait Implementations§
impl Freeze for CrispasrSessionResult
impl RefUnwindSafe for CrispasrSessionResult
impl Send for CrispasrSessionResult
impl Sync for CrispasrSessionResult
impl Unpin for CrispasrSessionResult
impl UnsafeUnpin for CrispasrSessionResult
impl UnwindSafe for CrispasrSessionResult
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