Enum qapi_qmp::OnOffAuto [−][src]
pub enum OnOffAuto {
auto,
on,
off,
}Variants
autoonoff
Trait Implementations
impl Debug for OnOffAuto[src]
impl Debug for OnOffAutofn 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 OnOffAuto[src]
impl Clone for OnOffAuto