Struct tss_esapi::attributes::session::SessionAttributes [−][src]
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]
TPMA_SESSION: BitRange<T>,
fn bit_range(&self, msb: usize, lsb: usize) -> T[src]
fn set_bit_range(&mut self, msb: usize, lsb: usize, value: T)[src]
impl Clone for SessionAttributes[src]
fn clone(&self) -> SessionAttributes[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for SessionAttributes[src]
impl Debug for SessionAttributes[src]
impl Eq for SessionAttributes[src]
impl From<u8> for SessionAttributes[src]
fn from(tss_session_attributes: TPMA_SESSION) -> SessionAttributes[src]
impl PartialEq<SessionAttributes> for SessionAttributes[src]
fn eq(&self, other: &SessionAttributes) -> bool[src]
fn ne(&self, other: &SessionAttributes) -> bool[src]
impl StructuralEq for SessionAttributes[src]
impl StructuralPartialEq for SessionAttributes[src]
Auto Trait Implementations
impl RefUnwindSafe for SessionAttributes
impl Send for SessionAttributes
impl Sync for SessionAttributes
impl Unpin for SessionAttributes
impl UnwindSafe for SessionAttributes
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Bit for T where
T: BitRange<u8>, [src]
T: BitRange<u8>,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[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]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,