pub struct Networks { /* private fields */ }
Expand description
Networks interfaces.
use sysinfo::{NetworksExt, System, SystemExt};
let s = System::new_all();
let networks = s.networks();
Trait Implementations§
source§impl<'a> IntoIterator for &'a Networks
impl<'a> IntoIterator for &'a Networks
source§impl NetworksExt for Networks
impl NetworksExt for Networks
Auto Trait Implementations§
impl Freeze for Networks
impl RefUnwindSafe for Networks
impl Send for Networks
impl Sync for Networks
impl Unpin for Networks
impl UnwindSafe for Networks
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