pub struct NetworkInterfaces { /* private fields */ }
Expand description
Network interfaces enumerator.
Implementations§
Source§impl Interfaces
impl Interfaces
Sourcepub fn iter(&self) -> InterfacesIter<'_> ⓘ
pub fn iter(&self) -> InterfacesIter<'_> ⓘ
Returns iterator over interfaces
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Interfaces
impl RefUnwindSafe for Interfaces
impl Send for Interfaces
impl Sync for Interfaces
impl Unpin for Interfaces
impl UnwindSafe for Interfaces
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