Struct qapi_qmp::QCryptoBlockInfoLUKSSlot[][src]

pub struct QCryptoBlockInfoLUKSSlot {
    pub active: bool,
    pub key_offset: isize,
    pub stripes: Option<isize>,
    pub iters: Option<isize>,
}

Fields

Trait Implementations

impl Debug for QCryptoBlockInfoLUKSSlot
[src]

Formats the value using the given formatter. Read more

impl Clone for QCryptoBlockInfoLUKSSlot
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for QCryptoBlockInfoLUKSSlot

impl Sync for QCryptoBlockInfoLUKSSlot