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