Struct tss_esapi::attributes::session::SessionAttributes[][src]

pub struct SessionAttributes(pub TPMA_SESSION);

Bitfield representing the session attributes.

Implementations

impl SessionAttributes[src]

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

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

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

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

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

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

Trait Implementations

impl<T> BitRange<T> for SessionAttributes where
    TPMA_SESSION: BitRange<T>, 
[src]

impl Clone for SessionAttributes[src]

impl Copy for SessionAttributes[src]

impl Debug for SessionAttributes[src]

impl Eq for SessionAttributes[src]

impl From<u8> for SessionAttributes[src]

impl PartialEq<SessionAttributes> for SessionAttributes[src]

impl StructuralEq for SessionAttributes[src]

impl StructuralPartialEq for SessionAttributes[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Bit for T where
    T: BitRange<u8>, 
[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.