Struct default_net::Interface [−][src]
pub struct Interface { pub index: u32, pub name: String, pub mac: Option<String>, pub ipv4: Vec<Ipv4Addr>, pub ipv6: Vec<Ipv6Addr>, pub gateway: Gateway, }
Struct of default Network Interface information
Fields
index: u32
name: String
mac: Option<String>
ipv4: Vec<Ipv4Addr>
ipv6: Vec<Ipv6Addr>
gateway: Gateway
Auto Trait Implementations
impl RefUnwindSafe for Interface
impl RefUnwindSafe for Interface
impl UnwindSafe for Interface
impl UnwindSafe for Interface