Struct qapi_qmp::netdev_add [−][src]
pub struct netdev_add(pub Dictionary);
Trait Implementations
impl Debug for netdev_add[src]
impl Debug for netdev_addfn 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 netdev_add[src]
impl Clone for netdev_addfn clone(&self) -> netdev_add[src]
fn clone(&self) -> netdev_addReturns 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 netdev_add[src]
impl Command for netdev_addAuto Trait Implementations
impl Send for netdev_add
impl Send for netdev_addimpl Sync for netdev_add
impl Sync for netdev_add