Struct qapi_qmp::BlockdevCreateOptionsLUKS[][src]

pub struct BlockdevCreateOptionsLUKS {
    pub file: BlockdevRef,
    pub size: usize,
}

Fields

Trait Implementations

impl Debug for BlockdevCreateOptionsLUKS
[src]

Formats the value using the given formatter. Read more

impl Clone for BlockdevCreateOptionsLUKS
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations