Searched defs:NetParameters (Results 1 – 4 of 4) sorted by relevance
199 pub struct NetParameters { struct201 pub mode: NetParametersMode, argument206 pub vhost_net: Option<VhostNetParameters>, argument212 impl FromStr for NetParameters { argument844 fn from_net_arg(options: &str) -> Result<NetParameters, ParseError> { in from_net_arg()
121 net_param: NetParameters, in new()
881 impl VirtioDeviceBuilder for &NetParameters { implementation
2571 net_param: NetParameters, in add_hotplug_net()