Struct qapi_qmp::trace_event_set_state [−][src]
pub struct trace_event_set_state {
pub enable: bool,
pub ignore_unavailable: Option<bool>,
pub vcpu: Option<isize>,
pub name: String,
}Fields
enable: bool
vcpu: Option<isize>
name: String
Trait Implementations
impl Debug for trace_event_set_state[src]
impl Debug for trace_event_set_statefn 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 trace_event_set_state[src]
impl Clone for trace_event_set_statefn clone(&self) -> trace_event_set_state[src]
fn clone(&self) -> trace_event_set_stateReturns 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 trace_event_set_state[src]
impl Command for trace_event_set_stateAuto Trait Implementations
impl Send for trace_event_set_state
impl Send for trace_event_set_stateimpl Sync for trace_event_set_state
impl Sync for trace_event_set_state