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