[][src]Union tss_esapi::tss2_esys::TPMU_CAPABILITIES

#[repr(C)]pub union TPMU_CAPABILITIES {
    pub algorithms: TPML_ALG_PROPERTY,
    pub handles: TPML_HANDLE,
    pub command: TPML_CCA,
    pub ppCommands: TPML_CC,
    pub auditCommands: TPML_CC,
    pub assignedPCR: TPML_PCR_SELECTION,
    pub tpmProperties: TPML_TAGGED_TPM_PROPERTY,
    pub pcrProperties: TPML_TAGGED_PCR_PROPERTY,
    pub eccCurves: TPML_ECC_CURVE,
    pub intelPttProperty: TPML_INTEL_PTT_PROPERTY,
    // some fields omitted
}

Fields

algorithms: TPML_ALG_PROPERTYhandles: TPML_HANDLEcommand: TPML_CCAppCommands: TPML_CCauditCommands: TPML_CCassignedPCR: TPML_PCR_SELECTIONtpmProperties: TPML_TAGGED_TPM_PROPERTYpcrProperties: TPML_TAGGED_PCR_PROPERTYeccCurves: TPML_ECC_CURVEintelPttProperty: TPML_INTEL_PTT_PROPERTY

Trait Implementations

impl Clone for TPMU_CAPABILITIES[src]

impl Copy for TPMU_CAPABILITIES[src]

impl Default for TPMU_CAPABILITIES[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Free for T[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.