Struct qapi_qmp::query_hotpluggable_cpus [−][src]
pub struct query_hotpluggable_cpus {}Trait Implementations
impl Debug for query_hotpluggable_cpus[src]
impl Debug for query_hotpluggable_cpusfn 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 query_hotpluggable_cpus[src]
impl Clone for query_hotpluggable_cpusfn clone(&self) -> query_hotpluggable_cpus[src]
fn clone(&self) -> query_hotpluggable_cpusReturns 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 query_hotpluggable_cpus[src]
impl Command for query_hotpluggable_cpusconst NAME: &'static str
NAME: &'static str = "query-hotpluggable-cpus"
type Ok = Vec<HotpluggableCPU>
Auto Trait Implementations
impl Send for query_hotpluggable_cpus
impl Send for query_hotpluggable_cpusimpl Sync for query_hotpluggable_cpus
impl Sync for query_hotpluggable_cpus