Struct qapi_qmp::BlockdevCreateOptionsSheepdog[][src]

pub struct BlockdevCreateOptionsSheepdog {
    pub object_size: Option<usize>,
    pub backing_file: Option<String>,
    pub redundancy: Option<SheepdogRedundancy>,
    pub size: usize,
    pub location: BlockdevOptionsSheepdog,
    pub preallocation: Option<PreallocMode>,
}

Fields

Trait Implementations

impl Debug for BlockdevCreateOptionsSheepdog
[src]

Formats the value using the given formatter. Read more

impl Clone for BlockdevCreateOptionsSheepdog
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for BlockdevCreateOptionsSheepdog

impl Sync for BlockdevCreateOptionsSheepdog