Struct qapi_qmp::QCryptoBlockOptionsLUKS[][src]

pub struct QCryptoBlockOptionsLUKS {
    pub key_secret: Option<String>,
}

Fields

Trait Implementations

impl Debug for QCryptoBlockOptionsLUKS
[src]

Formats the value using the given formatter. Read more

impl Clone for QCryptoBlockOptionsLUKS
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for QCryptoBlockOptionsLUKS

impl Sync for QCryptoBlockOptionsLUKS