Struct qapi_qmp::BlockdevOptionsVVFAT
[−]
[src]
pub struct BlockdevOptionsVVFAT { pub dir: String, pub label: Option<String>, pub rw: Option<bool>, pub floppy: Option<bool>, pub fat_type: Option<isize>, }
Fields
dir: String
label: Option<String>
rw: Option<bool>
floppy: Option<bool>
fat_type: Option<isize>
Trait Implementations
impl Debug for BlockdevOptionsVVFAT
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Clone for BlockdevOptionsVVFAT
[src]
fn clone(&self) -> BlockdevOptionsVVFAT
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more