pub struct FecCode { /* private fields */ }Expand description
Reed-Solomon FEC code used by WFB blocks.
Implementations§
Source§impl FecCode
impl FecCode
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FecCode
impl RefUnwindSafe for FecCode
impl Send for FecCode
impl Sync for FecCode
impl Unpin for FecCode
impl UnsafeUnpin for FecCode
impl UnwindSafe for FecCode
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