Enum qapi_qmp::MirrorCopyMode [−][src]
pub enum MirrorCopyMode { background, write_blocking, }
Variants
background
write_blocking
Trait Implementations
impl Debug for MirrorCopyMode
[src]
impl Debug for MirrorCopyMode
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 MirrorCopyMode
[src]
impl Clone for MirrorCopyMode
fn clone(&self) -> MirrorCopyMode
[src]
fn clone(&self) -> MirrorCopyMode
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 MirrorCopyMode
impl Send for MirrorCopyMode
impl Sync for MirrorCopyMode
impl Sync for MirrorCopyMode