Enum qapi_qmp::TpmModel [−][src]
pub enum TpmModel {
tpm_tis,
tpm_crb,
}Variants
tpm_tistpm_crb
Trait Implementations
impl Debug for TpmModel[src]
impl Debug for TpmModelfn 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 TpmModel[src]
impl Clone for TpmModel