Struct qapi_qmp::trace_event_set_state[][src]

pub struct trace_event_set_state {
    pub name: String,
    pub vcpu: Option<isize>,
    pub ignore_unavailable: Option<bool>,
    pub enable: bool,
}

Fields

Trait Implementations

impl Debug for trace_event_set_state
[src]

Formats the value using the given formatter. Read more

impl Clone for trace_event_set_state
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Command for trace_event_set_state
[src]

NAME: &'static str = "trace-event-set-state"

Auto Trait Implementations