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
speed: u32
link_up: bool
enabled: bool
duplex: RockerPortDuplex
autoneg: RockerPortAutoneg
name: String
Trait Implementations
impl Debug for RockerPort
[src]
impl Debug for RockerPort
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for RockerPort
[src]
impl Clone for RockerPort
fn clone(&self) -> RockerPort
[src]
fn clone(&self) -> RockerPort
Returns 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 RockerPort
impl Send for RockerPort
impl Sync for RockerPort
impl Sync for RockerPort