pub struct TpmaSession(/* private fields */);Expand description
TPMA_SESSION
Implementations§
Source§impl TpmaSession
impl TpmaSession
pub const CONTINUE_SESSION: Self
pub const AUDIT_EXCLUSIVE: Self
pub const AUDIT_RESET: Self
pub const DECRYPT: Self
pub const ENCRYPT: Self
pub const AUDIT: Self
pub const fn bits(&self) -> u8
pub const fn from_bits_truncate(bits: u8) -> Self
pub const fn empty() -> Self
pub const fn contains(&self, other: Self) -> bool
Trait Implementations§
Source§impl BitOr for TpmaSession
impl BitOr for TpmaSession
Source§impl BitOrAssign for TpmaSession
impl BitOrAssign for TpmaSession
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreSource§impl Clone for TpmaSession
impl Clone for TpmaSession
Source§fn clone(&self) -> TpmaSession
fn clone(&self) -> TpmaSession
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TpmaSession
impl Debug for TpmaSession
Source§impl Default for TpmaSession
impl Default for TpmaSession
Source§fn default() -> TpmaSession
fn default() -> TpmaSession
Returns the “default value” for a type. Read more
Source§impl Hash for TpmaSession
impl Hash for TpmaSession
Source§impl Ord for TpmaSession
impl Ord for TpmaSession
Source§fn cmp(&self, other: &TpmaSession) -> Ordering
fn cmp(&self, other: &TpmaSession) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for TpmaSession
impl PartialEq for TpmaSession
Source§impl PartialOrd for TpmaSession
impl PartialOrd for TpmaSession
Source§impl TpmBuild for TpmaSession
impl TpmBuild for TpmaSession
Source§impl<'a> TpmParse<'a> for TpmaSession
impl<'a> TpmParse<'a> for TpmaSession
Source§impl TpmSized for TpmaSession
impl TpmSized for TpmaSession
impl Copy for TpmaSession
impl Eq for TpmaSession
impl StructuralPartialEq for TpmaSession
Auto Trait Implementations§
impl Freeze for TpmaSession
impl RefUnwindSafe for TpmaSession
impl Send for TpmaSession
impl Sync for TpmaSession
impl Unpin for TpmaSession
impl UnwindSafe for TpmaSession
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more