Struct qapi_qmp::DumpQueryResult[][src]

pub struct DumpQueryResult {
    pub status: DumpStatus,
    pub completed: isize,
    pub total: isize,
}

Fields

Trait Implementations

impl Debug for DumpQueryResult
[src]

Formats the value using the given formatter. Read more

impl Clone for DumpQueryResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for DumpQueryResult

impl Sync for DumpQueryResult