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_PASSfn 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 MIGRATION_PASS[src]
impl Clone for MIGRATION_PASSfn clone(&self) -> MIGRATION_PASS[src]
fn clone(&self) -> MIGRATION_PASSReturns 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_PASSAuto Trait Implementations
impl Send for MIGRATION_PASS
impl Send for MIGRATION_PASSimpl Sync for MIGRATION_PASS
impl Sync for MIGRATION_PASS