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