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 RockerPortfn 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 RockerPort[src]
impl Clone for RockerPortfn clone(&self) -> RockerPort[src]
fn clone(&self) -> RockerPortReturns 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 RockerPortimpl Sync for RockerPort
impl Sync for RockerPort