[][src]Struct tss_esapi::tss2_esys::TPMT_PUBLIC

#[repr(C)]pub struct TPMT_PUBLIC {
    pub type_: TPMI_ALG_PUBLIC,
    pub nameAlg: TPMI_ALG_HASH,
    pub objectAttributes: TPMA_OBJECT,
    pub authPolicy: TPM2B_DIGEST,
    pub parameters: TPMU_PUBLIC_PARMS,
    pub unique: TPMU_PUBLIC_ID,
}

Fields

type_: TPMI_ALG_PUBLICnameAlg: TPMI_ALG_HASHobjectAttributes: TPMA_OBJECTauthPolicy: TPM2B_DIGESTparameters: TPMU_PUBLIC_PARMSunique: TPMU_PUBLIC_ID

Trait Implementations

impl Clone for TPMT_PUBLIC[src]

impl Copy for TPMT_PUBLIC[src]

impl Default for TPMT_PUBLIC[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.