Docs.rs
network-interface-2.0.0
network-interface 2.0.0
Permalink
Docs.rs crate page
MIT OR Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
EstebanBorai
Dependencies
serde ^1.0.183
normal
optional
thiserror ^1.0
normal
libc ^0.2.101
normal
libc ^0.2.101
normal
cc ^1.0.73
build
libc ^0.2.101
normal
winapi ^0.3
normal
Versions
66.67%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
network_
interface
2.0.0
All Items
Crate Items
Structs
Enums
Traits
Type Aliases
Crate
network_interface
Copy item path
Source
Structs
§
Network
Interface
A system’s network interface
V4If
Addr
IPV4 Interface from the AFINET network interface family
V6If
Addr
IPV6 Interface from the AFINET6 network interface family
Enums
§
Addr
Network interface address
Error
Traits
§
Network
Interface
Config
Type Aliases
§
Netmask
An alias for an
Option
that wraps either a
Ipv4Addr
or a
Ipv6Addr
representing the IP for a Network Interface netmask
Result