Struct qapi_qga::GuestExec[][src]

pub struct GuestExec {
    pub pid: isize,
}

Fields

Trait Implementations

impl Debug for GuestExec
[src]

Formats the value using the given formatter. Read more

impl Clone for GuestExec
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for GuestExec

impl Sync for GuestExec