pub enum SensCode {
Rlc,
Rs,
}Expand description
Which erasure code the unified transport is currently carrying.
Variants§
Rlc
Sliding-window Random Linear Code (low-to-moderate loss, low latency).
Rs
Block Cauchy Reed-Solomon (high sustained loss, parity-efficient).
Trait Implementations§
impl Copy for SensCode
impl Eq for SensCode
impl StructuralPartialEq for SensCode
Auto Trait Implementations§
impl Freeze for SensCode
impl RefUnwindSafe for SensCode
impl Send for SensCode
impl Sync for SensCode
impl Unpin for SensCode
impl UnsafeUnpin for SensCode
impl UnwindSafe for SensCode
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