pub struct LossFrame {
pub loss_x255: u8,
pub burstiness_x255: u8,
pub owd_trend_class: u8,
pub loss_class: u8,
}Expand description
Fused channel readings the receiver reports to the sender’s controller.
Fields§
§loss_x255: u8§burstiness_x255: u8§owd_trend_class: u8§loss_class: u8Loss-class code (0 = no loss, 1 = wireless, 2 = congestion, 3 = mixed)
from the receiver’s crate::loss_class_sensor, so the sender’s
controller can treat congestion and wireless loss differently.
Trait Implementations§
impl Copy for LossFrame
impl Eq for LossFrame
impl StructuralPartialEq for LossFrame
Auto Trait Implementations§
impl Freeze for LossFrame
impl RefUnwindSafe for LossFrame
impl Send for LossFrame
impl Sync for LossFrame
impl Unpin for LossFrame
impl UnsafeUnpin for LossFrame
impl UnwindSafe for LossFrame
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