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

pub struct ObjectHandle { /* fields omitted */ }

The ObjectHandle is the general handle type and it wraps the ESYS_TR.

All the other more specific handle types can be converted into an ObjectHandle.

Implementations

impl ObjectHandle[src]

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

impl ObjectHandle[src]

impl ObjectHandle[src]

pub fn is_none(&self) -> bool[src]

Method that returns true if the handle corresponds to the None handle.

impl ObjectHandle[src]

impl ObjectHandle[src]

impl ObjectHandle[src]

impl ObjectHandle[src]

impl ObjectHandle[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<Enables> for ObjectHandle[src]

impl From<Endorsement> for ObjectHandle[src]

impl From<Hierarchy> for ObjectHandle[src]

impl From<HierarchyAuth> for ObjectHandle[src]

impl From<KeyHandle> for ObjectHandle[src]

impl From<Lockout> for ObjectHandle[src]

impl From<NvIndexHandle> for ObjectHandle[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<Owner> for ObjectHandle[src]

impl From<PcrHandle> for ObjectHandle[src]

impl From<SessionHandle> for ObjectHandle[src]

impl From<u32> for ObjectHandle[src]

impl Hash 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 Hierarchy[src]

type Error = Error

The type returned in the event of a conversion error.

impl TryFrom<ObjectHandle> for Enables[src]

type Error = Error

The type returned in the event of a conversion error.

impl TryFrom<ObjectHandle> for HierarchyAuth[src]

type Error = Error

The type returned in the event of a conversion error.

impl TryFrom<ObjectHandle> for Owner[src]

type Error = Error

The type returned in the event of a conversion error.

impl TryFrom<ObjectHandle> for Endorsement[src]

type Error = Error

The type returned in the event of a conversion error.

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