pub struct CrispasrStream(/* private fields */);Expand description
Opaque streaming-decoder handle returned by
crispasr_session_stream_open. Must be freed with
crispasr_stream_close. (PLAN #62)
Auto Trait Implementations§
impl Freeze for CrispasrStream
impl RefUnwindSafe for CrispasrStream
impl Send for CrispasrStream
impl Sync for CrispasrStream
impl Unpin for CrispasrStream
impl UnsafeUnpin for CrispasrStream
impl UnwindSafe for CrispasrStream
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