Struct qapi_qmp::netdev_del[][src]

pub struct netdev_del {
    pub id: String,
}

Fields

Trait Implementations

impl Debug for netdev_del
[src]

Formats the value using the given formatter. Read more

impl Clone for netdev_del
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Command for netdev_del
[src]

NAME: &'static str = "netdev_del"

Auto Trait Implementations

impl Send for netdev_del

impl Sync for netdev_del