pub struct LdpcFecEncoder { /* private fields */ }Expand description
LDPC encoder implementing FecEncoder.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LdpcFecEncoder
impl RefUnwindSafe for LdpcFecEncoder
impl Send for LdpcFecEncoder
impl Sync for LdpcFecEncoder
impl Unpin for LdpcFecEncoder
impl UnsafeUnpin for LdpcFecEncoder
impl UnwindSafe for LdpcFecEncoder
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