Struct qapi_qmp::netdev_add[][src]

pub struct netdev_add(pub Dictionary);

Trait Implementations

impl Debug for netdev_add
[src]

Formats the value using the given formatter. Read more

impl Clone for netdev_add
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Command for netdev_add
[src]

NAME: &'static str = "netdev_add"

Auto Trait Implementations

impl Send for netdev_add

impl Sync for netdev_add