Enum qapi_qmp::RxState[][src]

pub enum RxState {
    normal,
    none,
    all,
}

Variants

Trait Implementations

impl Debug for RxState
[src]

Formats the value using the given formatter. Read more

impl Clone for RxState
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for RxState

impl Sync for RxState