[][src]Enum tss_esapi::handles::PcrHandle

#[repr(u32)]pub enum PcrHandle {
    Pcr0,
    Pcr1,
    Pcr2,
    Pcr3,
    Pcr4,
    Pcr5,
    Pcr6,
    Pcr7,
    Pcr8,
    Pcr9,
    Pcr10,
    Pcr11,
    Pcr12,
    Pcr13,
    Pcr14,
    Pcr15,
    Pcr16,
    Pcr17,
    Pcr18,
    Pcr19,
    Pcr20,
    Pcr21,
    Pcr22,
    Pcr23,
    Pcr24,
    Pcr25,
    Pcr26,
    Pcr27,
    Pcr28,
    Pcr29,
    Pcr30,
    Pcr31,
}

PCR handle

Handles to the pre-allocated PCR meta data objects.

Variants

Pcr0
Pcr1
Pcr2
Pcr3
Pcr4
Pcr5
Pcr6
Pcr7
Pcr8
Pcr9
Pcr10
Pcr11
Pcr12
Pcr13
Pcr14
Pcr15
Pcr16
Pcr17
Pcr18
Pcr19
Pcr20
Pcr21
Pcr22
Pcr23
Pcr24
Pcr25
Pcr26
Pcr27
Pcr28
Pcr29
Pcr30
Pcr31

Trait Implementations

impl Clone for PcrHandle[src]

impl Copy for PcrHandle[src]

impl Debug for PcrHandle[src]

impl Eq for PcrHandle[src]

impl From<PcrHandle> for ESYS_TR[src]

impl From<PcrHandle> for ObjectHandle[src]

impl FromPrimitive for PcrHandle[src]

impl PartialEq<PcrHandle> for PcrHandle[src]

impl StructuralEq for PcrHandle[src]

impl StructuralPartialEq for PcrHandle[src]

impl ToPrimitive for PcrHandle[src]

impl TryFrom<ObjectHandle> for PcrHandle[src]

type Error = Error

The type returned in the event of a conversion error.

impl TryFrom<u32> for PcrHandle[src]

type Error = Error

The type returned in the event of a conversion error.

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.