Enum qapi_qmp::BlockdevVpcSubformat[][src]

pub enum BlockdevVpcSubformat {
    dynamic,
    fixed,
}

Variants

Trait Implementations

impl Debug for BlockdevVpcSubformat
[src]

Formats the value using the given formatter. Read more

impl Clone for BlockdevVpcSubformat
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations