Enum qapi_qmp::TpmTypeOptions[][src]

pub enum TpmTypeOptions {
    emulator {
        data: TPMEmulatorOptions,
    },
    passthrough {
        data: TPMPassthroughOptions,
    },
}

Variants

Fields of emulator

Fields of passthrough

Trait Implementations

impl Debug for TpmTypeOptions
[src]

Formats the value using the given formatter. Read more

impl Clone for TpmTypeOptions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations