pub struct MetricsInDirection {
pub datagrams_per_second: f32,
pub octets_per_second: f32,
}
Fields§
§datagrams_per_second: f32
§octets_per_second: f32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MetricsInDirection
impl RefUnwindSafe for MetricsInDirection
impl Send for MetricsInDirection
impl Sync for MetricsInDirection
impl Unpin for MetricsInDirection
impl UnwindSafe for MetricsInDirection
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