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