Enum qapi_qmp::BlockdevQcow2Version [−][src]
pub enum BlockdevQcow2Version { v2, v3, }
Variants
v2
v3
Trait Implementations
impl Debug for BlockdevQcow2Version
[src]
impl Debug for BlockdevQcow2Version
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for BlockdevQcow2Version
[src]
impl Clone for BlockdevQcow2Version
fn clone(&self) -> BlockdevQcow2Version
[src]
fn clone(&self) -> BlockdevQcow2Version
Returns 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 BlockdevQcow2Version
impl Sync for BlockdevQcow2Version
impl Sync for BlockdevQcow2Version