Enum qapi_qmp::COLOMode [−][src]
pub enum COLOMode {
unknown,
primary,
secondary,
}Variants
unknownprimarysecondary
Trait Implementations
impl Debug for COLOMode[src]
impl Debug for COLOModefn 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 COLOMode[src]
impl Clone for COLOMode