Struct qapi_qmp::BlockdevOptionsVVFAT [−][src]
pub struct BlockdevOptionsVVFAT {
pub dir: String,
pub fat_type: Option<isize>,
pub label: Option<String>,
pub floppy: Option<bool>,
pub rw: Option<bool>,
}Fields
dir: String
fat_type: Option<isize>
label: Option<String>
floppy: Option<bool>
rw: Option<bool>
Trait Implementations
impl Debug for BlockdevOptionsVVFAT[src]
impl Debug for BlockdevOptionsVVFATfn 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 BlockdevOptionsVVFAT[src]
impl Clone for BlockdevOptionsVVFATfn clone(&self) -> BlockdevOptionsVVFAT[src]
fn clone(&self) -> BlockdevOptionsVVFATReturns 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 BlockdevOptionsVVFAT
impl Send for BlockdevOptionsVVFATimpl Sync for BlockdevOptionsVVFAT
impl Sync for BlockdevOptionsVVFAT