Holds data for the interfaces.
iex> interface = %ExFacts.System.Net.InterfaceStat{name: "en0", mtu: 1500} ...> interface.name "en0"
t() :: %ExFacts.System.Net.InterfaceStat{addrs: [%ExFacts.System.Net.InterfaceAddr{address: term, broadcast: term, destination: term, netmask: term}], flags: [binary], hardware_addr: binary, mtu: integer, name: binary}