Struct qapi_qmp::xen_set_global_dirty_log [−][src]
pub struct xen_set_global_dirty_log {
pub enable: bool,
}Fields
enable: bool
Trait Implementations
impl Debug for xen_set_global_dirty_log[src]
impl Debug for xen_set_global_dirty_logfn 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 xen_set_global_dirty_log[src]
impl Clone for xen_set_global_dirty_logfn clone(&self) -> xen_set_global_dirty_log[src]
fn clone(&self) -> xen_set_global_dirty_logReturns 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 xen_set_global_dirty_log[src]
impl Command for xen_set_global_dirty_logAuto Trait Implementations
impl Send for xen_set_global_dirty_log
impl Send for xen_set_global_dirty_logimpl Sync for xen_set_global_dirty_log
impl Sync for xen_set_global_dirty_log