Searched defs:NetParameters (Results 1 – 4 of 4) sorted by relevance
201 pub struct NetParameters { struct203 pub mode: NetParametersMode, argument208 pub vhost_net: Option<VhostNetParameters>, argument214 impl FromStr for NetParameters { argument824 fn from_net_arg(options: &str) -> Result<NetParameters, ParseError> { in from_net_arg()
120 net_param: NetParameters, in new()
894 impl VirtioDeviceBuilder for &NetParameters { implementation
2662 net_param: NetParameters, in add_hotplug_net()