Struct qapi_qmp::BlockdevOptionsVVFAT[][src]

pub struct BlockdevOptionsVVFAT {
    pub rw: Option<bool>,
    pub dir: String,
    pub label: Option<String>,
    pub fat_type: Option<isize>,
    pub floppy: Option<bool>,
}

Fields

Trait Implementations

impl Debug for BlockdevOptionsVVFAT
[src]

Formats the value using the given formatter. Read more

impl Clone for BlockdevOptionsVVFAT
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations