Struct qapi_qmp::CommandLineParameterInfo[][src]

pub struct CommandLineParameterInfo {
    pub default: Option<String>,
    pub type_: CommandLineParameterType,
    pub name: String,
    pub help: Option<String>,
}

Fields

Trait Implementations

impl Debug for CommandLineParameterInfo
[src]

Formats the value using the given formatter. Read more

impl Clone for CommandLineParameterInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for CommandLineParameterInfo

impl Sync for CommandLineParameterInfo