Struct qapi_qmp::TPMPassthroughOptions[][src]

pub struct TPMPassthroughOptions {
    pub cancel_path: Option<String>,
    pub path: Option<String>,
}

Fields

Trait Implementations

impl Debug for TPMPassthroughOptions
[src]

Formats the value using the given formatter. Read more

impl Clone for TPMPassthroughOptions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for TPMPassthroughOptions

impl Sync for TPMPassthroughOptions