Enum qapi_qmp::BlockdevVpcSubformat [−][src]
pub enum BlockdevVpcSubformat {
dynamic,
fixed,
}Variants
dynamicfixed
Trait Implementations
impl Debug for BlockdevVpcSubformat[src]
impl Debug for BlockdevVpcSubformatfn 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 BlockdevVpcSubformat[src]
impl Clone for BlockdevVpcSubformatfn clone(&self) -> BlockdevVpcSubformat[src]
fn clone(&self) -> BlockdevVpcSubformatReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
Auto Trait Implementations
impl Send for BlockdevVpcSubformat
impl Send for BlockdevVpcSubformatimpl Sync for BlockdevVpcSubformat
impl Sync for BlockdevVpcSubformat