pub struct NetDevicesBuilder { /* private fields */ }Expand description
Builder for NetDevices.
Implementations§
Source§impl NetDevicesBuilder
impl NetDevicesBuilder
Sourcepub fn enabled<VALUE: Into<bool>>(self, value: VALUE) -> Self
pub fn enabled<VALUE: Into<bool>>(self, value: VALUE) -> Self
“enabled” field represents whether Net Devices support is compiled in. Unrelated to whether the host supports Net Devices or not.