Struct qapi_qmp::migrate_set_cache_size[][src]

pub struct migrate_set_cache_size {
    pub value: isize,
}

Fields

Trait Implementations

impl Debug for migrate_set_cache_size
[src]

Formats the value using the given formatter. Read more

impl Clone for migrate_set_cache_size
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Command for migrate_set_cache_size
[src]

NAME: &'static str = "migrate-set-cache-size"

Auto Trait Implementations

impl Send for migrate_set_cache_size

impl Sync for migrate_set_cache_size