pub struct DecoderWork { /* private fields */ }
Expand description
Working space for RateDecoder
.
Implementations§
Source§impl DecoderWork
impl DecoderWork
Sourcepub fn new() -> Self
pub fn new() -> Self
Creates new DecoderWork
which initially
has no working space allocated.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DecoderWork
impl RefUnwindSafe for DecoderWork
impl Send for DecoderWork
impl Sync for DecoderWork
impl Unpin for DecoderWork
impl UnwindSafe for DecoderWork
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