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