Struct qapi_qmp::BlockdevOptionsLUKS [−][src]
pub struct BlockdevOptionsLUKS { pub base: BlockdevOptionsGenericFormat, pub key_secret: Option<String>, }
Fields
base: BlockdevOptionsGenericFormat
key_secret: Option<String>
Trait Implementations
impl Debug for BlockdevOptionsLUKS
[src]
impl Debug for BlockdevOptionsLUKS
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for BlockdevOptionsLUKS
[src]
impl Clone for BlockdevOptionsLUKS
fn clone(&self) -> BlockdevOptionsLUKS
[src]
fn clone(&self) -> BlockdevOptionsLUKS
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
Auto Trait Implementations
impl Send for BlockdevOptionsLUKS
impl Send for BlockdevOptionsLUKS
impl Sync for BlockdevOptionsLUKS
impl Sync for BlockdevOptionsLUKS