Struct qapi_qmp::RockerSwitch[][src]

pub struct RockerSwitch {
    pub id: u64,
    pub name: String,
    pub ports: u32,
}

Fields

Trait Implementations

impl Debug for RockerSwitch
[src]

Formats the value using the given formatter. Read more

impl Clone for RockerSwitch
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for RockerSwitch

impl Sync for RockerSwitch