Struct qapi_qmp::MIGRATION_PASS [−][src]
pub struct MIGRATION_PASS { pub pass: isize, }
Fields
pass: isize
Trait Implementations
impl Debug for MIGRATION_PASS
[src]
impl Debug for MIGRATION_PASS
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for MIGRATION_PASS
[src]
impl Clone for MIGRATION_PASS
fn clone(&self) -> MIGRATION_PASS
[src]
fn clone(&self) -> MIGRATION_PASS
Returns 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 Event for MIGRATION_PASS
[src]
impl Event for MIGRATION_PASS
Auto Trait Implementations
impl Send for MIGRATION_PASS
impl Send for MIGRATION_PASS
impl Sync for MIGRATION_PASS
impl Sync for MIGRATION_PASS