Struct qapi_qga::guest_network_get_interfaces [−][src]
pub struct guest_network_get_interfaces {}Trait Implementations
impl Debug for guest_network_get_interfaces[src]
impl Debug for guest_network_get_interfacesfn 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 guest_network_get_interfaces[src]
impl Clone for guest_network_get_interfacesfn clone(&self) -> guest_network_get_interfaces[src]
fn clone(&self) -> guest_network_get_interfacesReturns 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
impl Command for guest_network_get_interfaces[src]
impl Command for guest_network_get_interfacesconst NAME: &'static str
NAME: &'static str = "guest-network-get-interfaces"
type Ok = Vec<GuestNetworkInterface>
Auto Trait Implementations
impl Send for guest_network_get_interfaces
impl Send for guest_network_get_interfacesimpl Sync for guest_network_get_interfaces
impl Sync for guest_network_get_interfaces