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 BlockdevOptionsVVFAT
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 BlockdevOptionsVVFAT
[src]
impl Clone for BlockdevOptionsVVFAT
fn clone(&self) -> BlockdevOptionsVVFAT
[src]
fn clone(&self) -> BlockdevOptionsVVFAT
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 BlockdevOptionsVVFAT
impl Send for BlockdevOptionsVVFAT
impl Sync for BlockdevOptionsVVFAT
impl Sync for BlockdevOptionsVVFAT