pub struct PathInfo {
pub leg_type: LegType,
pub rtt_ms: u32,
pub loss_percent: u8,
pub active: bool,
pub bytes_sent: u64,
}Fields§
§leg_type: LegType§rtt_ms: u32§loss_percent: u8§active: bool§bytes_sent: u64Implementations§
Auto Trait Implementations§
impl Freeze for PathInfo
impl RefUnwindSafe for PathInfo
impl Send for PathInfo
impl Sync for PathInfo
impl Unpin for PathInfo
impl UnsafeUnpin for PathInfo
impl UnwindSafe for PathInfo
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