Struct qapi_qmp::BlockdevOptionsFile [−][src]
pub struct BlockdevOptionsFile {
pub aio: Option<BlockdevAioOptions>,
pub filename: String,
pub x_check_cache_dropped: Option<bool>,
pub pr_manager: Option<String>,
pub locking: Option<OnOffAuto>,
}Fields
aio: Option<BlockdevAioOptions>
filename: String
x_check_cache_dropped: Option<bool>
pr_manager: Option<String>
locking: Option<OnOffAuto>
Trait Implementations
impl Debug for BlockdevOptionsFile[src]
impl Debug for BlockdevOptionsFilefn 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 BlockdevOptionsFile[src]
impl Clone for BlockdevOptionsFilefn clone(&self) -> BlockdevOptionsFile[src]
fn clone(&self) -> BlockdevOptionsFileReturns 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 BlockdevOptionsFile
impl Send for BlockdevOptionsFileimpl Sync for BlockdevOptionsFile
impl Sync for BlockdevOptionsFile