Struct qapi_qmp::CommandLineOptionInfo[][src]

pub struct CommandLineOptionInfo {
    pub parameters: Vec<CommandLineParameterInfo>,
    pub option: String,
}

Fields

Trait Implementations

impl Debug for CommandLineOptionInfo
[src]

Formats the value using the given formatter. Read more

impl Clone for CommandLineOptionInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for CommandLineOptionInfo

impl Sync for CommandLineOptionInfo