[][src]Struct tss_esapi::handles::AuthHandle

pub struct AuthHandle { /* fields omitted */ }

Auth handle

Represents an esys handle to resources that can be used for authentication.

Implementations

impl AuthHandle[src]

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

Trait Implementations

impl Clone for AuthHandle[src]

impl Copy for AuthHandle[src]

impl Debug for AuthHandle[src]

impl Eq for AuthHandle[src]

impl From<AuthHandle> for ESYS_TR[src]

impl From<AuthHandle> for ObjectHandle[src]

impl From<AuthHandle> for NvIndexHandle[src]

impl From<AuthHandle> for SessionHandle[src]

impl From<NvAuthorization> for AuthHandle[src]

impl From<NvIndexHandle> for AuthHandle[src]

impl From<ObjectHandle> for AuthHandle[src]

impl From<SessionHandle> for AuthHandle[src]

impl From<u32> for AuthHandle[src]

impl PartialEq<AuthHandle> for AuthHandle[src]

impl StructuralEq for AuthHandle[src]

impl StructuralPartialEq for AuthHandle[src]

impl TryFrom<AuthHandle> for NvAuthorization[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.