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 GuestNetworkInterface
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for GuestNetworkInterface
[src]
impl Clone for GuestNetworkInterface
fn clone(&self) -> GuestNetworkInterface
[src]
fn clone(&self) -> GuestNetworkInterface
Returns 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 GuestNetworkInterface
impl Sync for GuestNetworkInterface
impl Sync for GuestNetworkInterface