Struct qapi_qmp::query_rocker_of_dpa_groups [−][src]
Fields
type_: Option<u8>
name: String
Trait Implementations
impl Debug for query_rocker_of_dpa_groups[src]
impl Debug for query_rocker_of_dpa_groupsfn 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_rocker_of_dpa_groups[src]
impl Clone for query_rocker_of_dpa_groupsfn clone(&self) -> query_rocker_of_dpa_groups[src]
fn clone(&self) -> query_rocker_of_dpa_groupsReturns 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_rocker_of_dpa_groups[src]
impl Command for query_rocker_of_dpa_groupsconst NAME: &'static str
NAME: &'static str = "query-rocker-of-dpa-groups"
type Ok = Vec<RockerOfDpaGroup>
Auto Trait Implementations
impl Send for query_rocker_of_dpa_groups
impl Send for query_rocker_of_dpa_groupsimpl Sync for query_rocker_of_dpa_groups
impl Sync for query_rocker_of_dpa_groups