pub enum FecMode {
None,
Hamming74,
}Expand description
Forward-error-correction scheme applied to packet bits.
Variants§
Trait Implementations§
impl Copy for FecMode
impl Eq for FecMode
impl StructuralPartialEq for FecMode
Auto Trait Implementations§
impl Freeze for FecMode
impl RefUnwindSafe for FecMode
impl Send for FecMode
impl Sync for FecMode
impl Unpin for FecMode
impl UnwindSafe for FecMode
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