Struct qapi_qga::GuestNetworkInterface
[−]
[src]
pub struct GuestNetworkInterface { pub hardware_address: Option<String>, pub name: String, pub statistics: Option<GuestNetworkInterfaceStat>, pub ip_addresses: Option<Vec<GuestIpAddress>>, }
Fields
hardware_address: Option<String>
name: String
statistics: Option<GuestNetworkInterfaceStat>
ip_addresses: Option<Vec<GuestIpAddress>>
Trait Implementations
impl Debug for GuestNetworkInterface
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Clone for GuestNetworkInterface
[src]
fn clone(&self) -> GuestNetworkInterface
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more