Struct qapi_qmp::RockerPort[][src]

pub struct RockerPort {
    pub speed: u32,
    pub link_up: bool,
    pub enabled: bool,
    pub duplex: RockerPortDuplex,
    pub autoneg: RockerPortAutoneg,
    pub name: String,
}

Fields

Trait Implementations

impl Debug for RockerPort
[src]

Formats the value using the given formatter. Read more

impl Clone for RockerPort
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for RockerPort

impl Sync for RockerPort