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