Struct below_model::network::SingleNetModel[][src]

pub struct SingleNetModel {
Show fields pub interface: String, pub rx_bytes_per_sec: Option<f64>, pub tx_bytes_per_sec: Option<f64>, pub throughput_per_sec: Option<f64>, pub rx_packets_per_sec: Option<u64>, pub tx_packets_per_sec: Option<u64>, pub collisions: Option<u64>, pub multicast: Option<u64>, pub rx_bytes: Option<u64>, pub rx_compressed: Option<u64>, pub rx_crc_errors: Option<u64>, pub rx_dropped: Option<u64>, pub rx_errors: Option<u64>, pub rx_fifo_errors: Option<u64>, pub rx_frame_errors: Option<u64>, pub rx_length_errors: Option<u64>, pub rx_missed_errors: Option<u64>, pub rx_nohandler: Option<u64>, pub rx_over_errors: Option<u64>, pub rx_packets: Option<u64>, pub tx_aborted_errors: Option<u64>, pub tx_bytes: Option<u64>, pub tx_carrier_errors: Option<u64>, pub tx_compressed: Option<u64>, pub tx_dropped: Option<u64>, pub tx_errors: Option<u64>, pub tx_fifo_errors: Option<u64>, pub tx_heartbeat_errors: Option<u64>, pub tx_packets: Option<u64>, pub tx_window_errors: Option<u64>,
}

Fields

interface: Stringrx_bytes_per_sec: Option<f64>tx_bytes_per_sec: Option<f64>throughput_per_sec: Option<f64>rx_packets_per_sec: Option<u64>tx_packets_per_sec: Option<u64>collisions: Option<u64>multicast: Option<u64>rx_bytes: Option<u64>rx_compressed: Option<u64>rx_crc_errors: Option<u64>rx_dropped: Option<u64>rx_errors: Option<u64>rx_fifo_errors: Option<u64>rx_frame_errors: Option<u64>rx_length_errors: Option<u64>rx_missed_errors: Option<u64>rx_nohandler: Option<u64>rx_over_errors: Option<u64>rx_packets: Option<u64>tx_aborted_errors: Option<u64>tx_bytes: Option<u64>tx_carrier_errors: Option<u64>tx_compressed: Option<u64>tx_dropped: Option<u64>tx_errors: Option<u64>tx_fifo_errors: Option<u64>tx_heartbeat_errors: Option<u64>tx_packets: Option<u64>tx_window_errors: Option<u64>

Trait Implementations

Returns the “default value” for a type. Read more

Deserialize this value from the given Serde deserializer. Read more

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.