Struct qapi_qmp::BlockdevOptionsLUKS[][src]

pub struct BlockdevOptionsLUKS {
    pub base: BlockdevOptionsGenericFormat,
    pub key_secret: Option<String>,
}

Fields

Trait Implementations

impl Debug for BlockdevOptionsLUKS
[src]

Formats the value using the given formatter. Read more

impl Clone for BlockdevOptionsLUKS
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for BlockdevOptionsLUKS

impl Sync for BlockdevOptionsLUKS