pub struct NetworkModel {
    pub interfaces: BTreeMap<String, SingleNetModel>,
    pub tcp: TcpModel,
    pub ip: IpModel,
    pub ip6: Ip6Model,
    pub icmp: IcmpModel,
    pub icmp6: Icmp6Model,
    pub udp: UdpModel,
    pub udp6: Udp6Model,
}

Fields

interfaces: BTreeMap<String, SingleNetModel>tcp: TcpModelip: IpModelip6: Ip6Modelicmp: IcmpModelicmp6: Icmp6Modeludp: UdpModeludp6: Udp6Model

Implementations

Trait Implementations

Returns the “default value” for a type. Read more

Deserialize this value from the given Serde deserializer. Read more

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.