Struct qapi_qmp::migrate_set_cache_size [−][src]
pub struct migrate_set_cache_size {
pub value: isize,
}Fields
value: isize
Trait Implementations
impl Debug for migrate_set_cache_size[src]
impl Debug for migrate_set_cache_sizefn 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 migrate_set_cache_size[src]
impl Clone for migrate_set_cache_sizefn clone(&self) -> migrate_set_cache_size[src]
fn clone(&self) -> migrate_set_cache_sizeReturns 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 Command for migrate_set_cache_size[src]
impl Command for migrate_set_cache_sizeAuto Trait Implementations
impl Send for migrate_set_cache_size
impl Send for migrate_set_cache_sizeimpl Sync for migrate_set_cache_size
impl Sync for migrate_set_cache_size