Struct qapi_qmp::BlockdevCreateOptionsLUKS [−][src]
pub struct BlockdevCreateOptionsLUKS {
pub base: QCryptoBlockCreateOptionsLUKS,
pub file: BlockdevRef,
pub size: usize,
}Fields
base: QCryptoBlockCreateOptionsLUKS
file: BlockdevRef
size: usize
Trait Implementations
impl Debug for BlockdevCreateOptionsLUKS[src]
impl Debug for BlockdevCreateOptionsLUKSfn 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 BlockdevCreateOptionsLUKS[src]
impl Clone for BlockdevCreateOptionsLUKSfn clone(&self) -> BlockdevCreateOptionsLUKS[src]
fn clone(&self) -> BlockdevCreateOptionsLUKSReturns 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 BlockdevCreateOptionsLUKS
impl Send for BlockdevCreateOptionsLUKSimpl Sync for BlockdevCreateOptionsLUKS
impl Sync for BlockdevCreateOptionsLUKS