Struct qapi_qmp::set_link[][src]

pub struct set_link {
    pub up: bool,
    pub name: String,
}

Fields

Trait Implementations

impl Debug for set_link
[src]

Formats the value using the given formatter. Read more

impl Clone for set_link
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Command for set_link
[src]

NAME: &'static str = "set_link"

Auto Trait Implementations

impl Send for set_link

impl Sync for set_link