Enum qapi_qmp::TpmTypeOptions [−][src]
pub enum TpmTypeOptions {
emulator {
data: TPMEmulatorOptions,
},
passthrough {
data: TPMPassthroughOptions,
},
}Variants
emulatorFields of emulator
data: TPMEmulatorOptions |
passthroughFields of passthrough
data: TPMPassthroughOptions |
Trait Implementations
impl Debug for TpmTypeOptions[src]
impl Debug for TpmTypeOptionsfn 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 TpmTypeOptions[src]
impl Clone for TpmTypeOptionsfn clone(&self) -> TpmTypeOptions[src]
fn clone(&self) -> TpmTypeOptionsReturns 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 TpmTypeOptions
impl Send for TpmTypeOptionsimpl Sync for TpmTypeOptions
impl Sync for TpmTypeOptions