[][src]Struct tss_esapi::handles::ObjectHandle

pub struct ObjectHandle { /* fields omitted */ }

General handle type.

Implementations

impl ObjectHandle[src]

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

impl ObjectHandle[src]

impl ObjectHandle[src]

Trait Implementations

impl Clone for ObjectHandle[src]

impl Copy for ObjectHandle[src]

impl Debug for ObjectHandle[src]

impl Eq for ObjectHandle[src]

impl From<AuthHandle> for ObjectHandle[src]

impl From<KeyHandle> for ObjectHandle[src]

impl From<NvIndexHandle> for ObjectHandle[src]

impl From<ObjectHandle> for ESYS_TR[src]

impl From<ObjectHandle> for AuthHandle[src]

impl From<ObjectHandle> for NvIndexHandle[src]

impl From<ObjectHandle> for KeyHandle[src]

impl From<ObjectHandle> for SessionHandle[src]

impl From<PcrHandle> for ObjectHandle[src]

impl From<SessionHandle> for ObjectHandle[src]

impl From<TpmConstantsHandle> for ObjectHandle[src]

impl From<u32> for ObjectHandle[src]

impl PartialEq<ObjectHandle> for ObjectHandle[src]

impl StructuralEq for ObjectHandle[src]

impl StructuralPartialEq for ObjectHandle[src]

impl TryFrom<ObjectHandle> for PcrHandle[src]

type Error = Error

The type returned in the event of a conversion error.

impl TryFrom<ObjectHandle> for TpmConstantsHandle[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.