Struct qapi_qga::guest_exec_status[][src]

pub struct guest_exec_status {
    pub pid: isize,
}

Fields

Trait Implementations

impl Debug for guest_exec_status
[src]

Formats the value using the given formatter. Read more

impl Clone for guest_exec_status
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Command for guest_exec_status
[src]

NAME: &'static str = "guest-exec-status"

Auto Trait Implementations

impl Send for guest_exec_status

impl Sync for guest_exec_status