Struct qapi_qmp::SheepdogRedundancyErasureCoded[][src]

pub struct SheepdogRedundancyErasureCoded {
    pub parity_strips: isize,
    pub data_strips: isize,
}

Fields

Trait Implementations

impl Debug for SheepdogRedundancyErasureCoded
[src]

Formats the value using the given formatter. Read more

impl Clone for SheepdogRedundancyErasureCoded
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for SheepdogRedundancyErasureCoded

impl Sync for SheepdogRedundancyErasureCoded