Struct qapi_qga::guest_exec[][src]

pub struct guest_exec {
    pub env: Option<Vec<String>>,
    pub arg: Option<Vec<String>>,
    pub capture_output: Option<bool>,
    pub input_data: Option<Vec<u8>>,
    pub path: String,
}

Fields

Trait Implementations

impl Debug for guest_exec
[src]

Formats the value using the given formatter. Read more

impl Clone for guest_exec
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Command for guest_exec
[src]

NAME: &'static str = "guest-exec"

Auto Trait Implementations

impl Send for guest_exec

impl Sync for guest_exec