Enum qapi_qmp::RockerPortDuplex[][src]

pub enum RockerPortDuplex {
    half,
    full,
}

Variants

Trait Implementations

impl Debug for RockerPortDuplex
[src]

Formats the value using the given formatter. Read more

impl Clone for RockerPortDuplex
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for RockerPortDuplex

impl Sync for RockerPortDuplex