Struct qapi_qmp::RockerSwitch [−][src]
Fields
id: u64
name: String
ports: u32
Trait Implementations
impl Debug for RockerSwitch[src]
impl Debug for RockerSwitchfn 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 RockerSwitch[src]
impl Clone for RockerSwitchfn clone(&self) -> RockerSwitch[src]
fn clone(&self) -> RockerSwitchReturns 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
Auto Trait Implementations
impl Send for RockerSwitch
impl Send for RockerSwitchimpl Sync for RockerSwitch
impl Sync for RockerSwitch