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