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