Struct qapi_qmp::trace_event_get_state[][src]

pub struct trace_event_get_state {
    pub name: String,
    pub vcpu: Option<isize>,
}

Fields

Trait Implementations

impl Debug for trace_event_get_state
[src]

Formats the value using the given formatter. Read more

impl Clone for trace_event_get_state
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Command for trace_event_get_state
[src]

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

Auto Trait Implementations

impl Send for trace_event_get_state

impl Sync for trace_event_get_state