Enum qapi_qmp::BlockdevVhdxSubformat [−][src]
pub enum BlockdevVhdxSubformat {
dynamic,
fixed,
}Variants
dynamicfixed
Trait Implementations
impl Debug for BlockdevVhdxSubformat[src]
impl Debug for BlockdevVhdxSubformatfn 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 BlockdevVhdxSubformat[src]
impl Clone for BlockdevVhdxSubformatfn clone(&self) -> BlockdevVhdxSubformat[src]
fn clone(&self) -> BlockdevVhdxSubformatReturns 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 BlockdevVhdxSubformat
impl Send for BlockdevVhdxSubformatimpl Sync for BlockdevVhdxSubformat
impl Sync for BlockdevVhdxSubformat