Struct qapi_qga::GuestExec [−][src]
pub struct GuestExec {
pub pid: isize,
}Fields
pid: isize
Trait Implementations
impl Debug for GuestExec[src]
impl Debug for GuestExecfn 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 GuestExec[src]
impl Clone for GuestExec