Struct reed_solomon_simd::rate::EncoderWork
source · 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 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