Struct qapi_qga::GuestNetworkInterface[][src]

pub struct GuestNetworkInterface {
    pub name: String,
    pub hardware_address: Option<String>,
    pub statistics: Option<GuestNetworkInterfaceStat>,
    pub ip_addresses: Option<Vec<GuestIpAddress>>,
}

Fields

Trait Implementations

impl Debug for GuestNetworkInterface
[src]

Formats the value using the given formatter. Read more

impl Clone for GuestNetworkInterface
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for GuestNetworkInterface

impl Sync for GuestNetworkInterface