Enum qapi_qmp::QCryptoBlockInfo [−][src]
pub enum QCryptoBlockInfo {
luks {
base: QCryptoBlockInfoBase,
luks: QCryptoBlockInfoLUKS,
},
}Variants
luksFields of luks
base: QCryptoBlockInfoBase | |
luks: QCryptoBlockInfoLUKS |
Methods
impl QCryptoBlockInfo[src]
impl QCryptoBlockInfopub fn format(&self) -> QCryptoBlockFormat[src]
pub fn format(&self) -> QCryptoBlockFormatTrait Implementations
impl Debug for QCryptoBlockInfo[src]
impl Debug for QCryptoBlockInfofn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for QCryptoBlockInfo[src]
impl Clone for QCryptoBlockInfofn clone(&self) -> QCryptoBlockInfo[src]
fn clone(&self) -> QCryptoBlockInfoReturns 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 QCryptoBlockInfoimpl Sync for QCryptoBlockInfo
impl Sync for QCryptoBlockInfo