Enum qapi_qmp::QCryptoBlockOpenOptions [−][src]
pub enum QCryptoBlockOpenOptions { qcow { base: QCryptoBlockOptionsBase, qcow: QCryptoBlockOptionsQCow, }, luks { base: QCryptoBlockOptionsBase, luks: QCryptoBlockOptionsLUKS, }, }
Variants
qcow
Fields of qcow
base: QCryptoBlockOptionsBase | |
qcow: QCryptoBlockOptionsQCow |
luks
Fields of luks
base: QCryptoBlockOptionsBase | |
luks: QCryptoBlockOptionsLUKS |
Methods
impl QCryptoBlockOpenOptions
[src]
impl QCryptoBlockOpenOptions
pub fn format(&self) -> QCryptoBlockFormat
[src]
pub fn format(&self) -> QCryptoBlockFormat
Trait Implementations
impl Debug for QCryptoBlockOpenOptions
[src]
impl Debug for QCryptoBlockOpenOptions
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 QCryptoBlockOpenOptions
[src]
impl Clone for QCryptoBlockOpenOptions
fn clone(&self) -> QCryptoBlockOpenOptions
[src]
fn clone(&self) -> QCryptoBlockOpenOptions
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 QCryptoBlockOpenOptions
impl Send for QCryptoBlockOpenOptions
impl Sync for QCryptoBlockOpenOptions
impl Sync for QCryptoBlockOpenOptions