#[repr(u8)]pub enum TpmHt {
Pcr = 0,
NvIndex = 1,
HmacSession = 2,
PolicySession = 3,
ExternalNv = 17,
PermanentNv = 18,
Permanent = 64,
Transient = 128,
Persistent = 129,
Ac = 144,
}Variants§
Pcr = 0
NvIndex = 1
HmacSession = 2
PolicySession = 3
ExternalNv = 17
PermanentNv = 18
Permanent = 64
Transient = 128
Persistent = 129
Ac = 144
Trait Implementations§
Source§impl TpmSized for TpmHt
impl TpmSized for TpmHt
impl Copy for TpmHt
impl Eq for TpmHt
impl StructuralPartialEq for TpmHt
Auto Trait Implementations§
impl Freeze for TpmHt
impl RefUnwindSafe for TpmHt
impl Send for TpmHt
impl Sync for TpmHt
impl Unpin for TpmHt
impl UnwindSafe for TpmHt
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