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