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
env: Option<Vec<String>>
arg: Option<Vec<String>>
capture_output: Option<bool>
input_data: Option<Vec<u8>>
path: String
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