[][src]Struct tss_esapi::structures::Digest

pub struct Digest { /* fields omitted */ }

Struct holding a pcr value.

Implementations

impl Digest[src]

pub fn value(&self) -> &[u8][src]

Function for retrieving the value.

Trait Implementations

impl Clone for Digest[src]

impl Debug for Digest[src]

impl Default for Digest[src]

impl Deref for Digest[src]

type Target = Vec<u8>

The resulting type after dereferencing.

impl Eq for Digest[src]

impl PartialEq<Digest> for Digest[src]

impl StructuralEq for Digest[src]

impl StructuralPartialEq for Digest[src]

impl TryFrom<Digest> for TPM2B_DIGEST[src]

type Error = Error

The type returned in the event of a conversion error.

impl TryFrom<TPM2B_DIGEST> for Digest[src]

type Error = Error

The type returned in the event of a conversion error.

impl TryFrom<Vec<u8>> for Digest[src]

type Error = Error

The type returned in the event of a conversion error.

Auto Trait Implementations

impl RefUnwindSafe for Digest

impl Send for Digest

impl Sync for Digest

impl Unpin for Digest

impl UnwindSafe for Digest

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.