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 BlockdevCreateOptionsLUKS
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 BlockdevCreateOptionsLUKS
[src]
impl Clone for BlockdevCreateOptionsLUKS
fn clone(&self) -> BlockdevCreateOptionsLUKS
[src]
fn clone(&self) -> BlockdevCreateOptionsLUKS
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 BlockdevCreateOptionsLUKS
impl Send for BlockdevCreateOptionsLUKS
impl Sync for BlockdevCreateOptionsLUKS
impl Sync for BlockdevCreateOptionsLUKS