Struct qapi_qga::guest_exec
[−]
[src]
pub struct guest_exec { pub capture_output: Option<bool>, pub input_data: Option<Vec<u8>>, pub path: String, pub arg: Option<Vec<String>>, pub env: Option<Vec<String>>, }
Fields
capture_output: Option<bool>
input_data: Option<Vec<u8>>
path: String
arg: Option<Vec<String>>
env: Option<Vec<String>>
Trait Implementations
impl Debug for guest_exec
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Clone for guest_exec
[src]
fn clone(&self) -> guest_exec
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more