[][src]Struct tss_esapi::tss2_esys::TPMT_HA

#[repr(C)]pub struct TPMT_HA {
    pub hashAlg: TPMI_ALG_HASH,
    pub digest: TPMU_HA,
}

Fields

hashAlg: TPMI_ALG_HASHdigest: TPMU_HA

Trait Implementations

impl Clone for TPMT_HA[src]

impl Copy for TPMT_HA[src]

impl Default for TPMT_HA[src]

Auto Trait Implementations

impl RefUnwindSafe for TPMT_HA

impl Send for TPMT_HA

impl Sync for TPMT_HA

impl Unpin for TPMT_HA

impl UnwindSafe for TPMT_HA

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.