Enum qapi_qmp::RxState [−][src]
pub enum RxState {
normal,
none,
all,
}Variants
normalnoneall
Trait Implementations
impl Debug for RxState[src]
impl Debug for RxStatefn 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 RxState[src]
impl Clone for RxState