pub struct NoFec;Expand description
No-op FEC that passes data through unchanged.
Trait Implementations§
Source§impl FecDecoder for NoFec
impl FecDecoder for NoFec
Auto Trait Implementations§
impl Freeze for NoFec
impl RefUnwindSafe for NoFec
impl Send for NoFec
impl Sync for NoFec
impl Unpin for NoFec
impl UnsafeUnpin for NoFec
impl UnwindSafe for NoFec
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