Struct qapi_qga::guest_exec_status [−][src]
pub struct guest_exec_status {
pub pid: isize,
}Fields
pid: isize
Trait Implementations
impl Debug for guest_exec_status[src]
impl Debug for guest_exec_statusfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for guest_exec_status[src]
impl Clone for guest_exec_statusfn clone(&self) -> guest_exec_status[src]
fn clone(&self) -> guest_exec_statusReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Command for guest_exec_status[src]
impl Command for guest_exec_statusAuto Trait Implementations
impl Send for guest_exec_status
impl Send for guest_exec_statusimpl Sync for guest_exec_status
impl Sync for guest_exec_status