Struct qapi_qmp::xen_set_global_dirty_log[][src]

pub struct xen_set_global_dirty_log {
    pub enable: bool,
}

Fields

Trait Implementations

impl Debug for xen_set_global_dirty_log
[src]

Formats the value using the given formatter. Read more

impl Clone for xen_set_global_dirty_log
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Command for xen_set_global_dirty_log
[src]

NAME: &'static str = "xen-set-global-dirty-log"

Auto Trait Implementations

impl Send for xen_set_global_dirty_log

impl Sync for xen_set_global_dirty_log