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