Struct qapi_qga::GuestExec [] [src]

pub struct GuestExec {
    pub pid: isize,
}

Fields

Trait Implementations

impl Debug for GuestExec
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GuestExec
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for GuestExec

impl Sync for GuestExec