Struct qapi_qga::GuestExecStatus[][src]

pub struct GuestExecStatus {
    pub exited: bool,
    pub exitcode: Option<isize>,
    pub err_truncated: Option<bool>,
    pub signal: Option<isize>,
    pub out_data: Option<Vec<u8>>,
    pub err_data: Option<Vec<u8>>,
    pub out_truncated: Option<bool>,
}

Fields

Methods

impl GuestExecStatus
[src]

Trait Implementations

impl Debug for GuestExecStatus
[src]

Formats the value using the given formatter. Read more

impl Clone for GuestExecStatus
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for GuestExecStatus
[src]

Formats the value using the given formatter. Read more

impl Error for GuestExecStatus
[src]

This method is soft-deprecated. Read more

The lower-level cause of this error, if any. Read more

impl From<GuestExecStatus> for Error
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for GuestExecStatus

impl Sync for GuestExecStatus