Struct qapi_qmp::MIGRATION_PASS[][src]

pub struct MIGRATION_PASS {
    pub pass: isize,
}

Fields

Trait Implementations

impl Debug for MIGRATION_PASS
[src]

Formats the value using the given formatter. Read more

impl Clone for MIGRATION_PASS
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Event for MIGRATION_PASS
[src]

NAME: &'static str = "MIGRATION_PASS"

Auto Trait Implementations

impl Send for MIGRATION_PASS

impl Sync for MIGRATION_PASS