Enum qapi_qmp::BlockdevQcow2Version [−][src]
pub enum BlockdevQcow2Version {
v2,
v3,
}Variants
v2v3
Trait Implementations
impl Debug for BlockdevQcow2Version[src]
impl Debug for BlockdevQcow2Versionfn 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 BlockdevQcow2Version[src]
impl Clone for BlockdevQcow2Versionfn clone(&self) -> BlockdevQcow2Version[src]
fn clone(&self) -> BlockdevQcow2VersionReturns 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 BlockdevQcow2Version
impl Send for BlockdevQcow2Versionimpl Sync for BlockdevQcow2Version
impl Sync for BlockdevQcow2Version