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_log
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 xen_set_global_dirty_log
[src]
impl Clone for xen_set_global_dirty_log
fn clone(&self) -> xen_set_global_dirty_log
[src]
fn clone(&self) -> xen_set_global_dirty_log
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 Command for xen_set_global_dirty_log
[src]
impl Command for xen_set_global_dirty_log
Auto Trait Implementations
impl Send for xen_set_global_dirty_log
impl Send for xen_set_global_dirty_log
impl Sync for xen_set_global_dirty_log
impl Sync for xen_set_global_dirty_log