Struct linux_procfs::netdevs::NetDev [−][src]
pub struct NetDev { pub name: String, pub rx_bytes: u64, pub rx_packets: u64, pub tx_bytes: u64, pub tx_packets: u64, }
Fields
name: String
rx_bytes: u64
rx_packets: u64
tx_bytes: u64
tx_packets: u64
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NetDev
impl UnwindSafe for NetDev
Blanket Implementations
Mutably borrows from an owned value. Read more