Struct inapi::command_ffi::Ffi__CommandResult [] [src]

#[repr(C)]
pub struct Ffi__CommandResult { pub exit_code: i32, pub stdout: *mut c_char, pub stderr: *mut c_char, }

Fields

Trait Implementations

impl From<CommandResult> for Ffi__CommandResult
[src]

[src]

Performs the conversion.