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 BlockdevOptionsLUKSfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for BlockdevOptionsLUKS[src]
impl Clone for BlockdevOptionsLUKSfn clone(&self) -> BlockdevOptionsLUKS[src]
fn clone(&self) -> BlockdevOptionsLUKSReturns 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 BlockdevOptionsLUKSimpl Sync for BlockdevOptionsLUKS
impl Sync for BlockdevOptionsLUKS