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
name: String
hardware_address: Option<String>
statistics: Option<GuestNetworkInterfaceStat>
ip_addresses: Option<Vec<GuestIpAddress>>
Trait Implementations
impl Debug for GuestNetworkInterface[src]
impl Debug for GuestNetworkInterfacefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for GuestNetworkInterface[src]
impl Clone for GuestNetworkInterfacefn clone(&self) -> GuestNetworkInterface[src]
fn clone(&self) -> GuestNetworkInterfaceReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
Auto Trait Implementations
impl Send for GuestNetworkInterface
impl Send for GuestNetworkInterfaceimpl Sync for GuestNetworkInterface
impl Sync for GuestNetworkInterface