pub enum FEC {
BCC,
LDPC,
}Expand description
Forward error correction type.
Variants§
Trait Implementations§
impl Copy for FEC
impl Eq for FEC
impl StructuralPartialEq for FEC
Auto Trait Implementations§
impl Freeze for FEC
impl RefUnwindSafe for FEC
impl Send for FEC
impl Sync for FEC
impl Unpin for FEC
impl UnwindSafe for FEC
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