#[repr(u32)]pub enum TpmCap {
Algs = 0,
Handles = 1,
Commands = 2,
PpCommands = 3,
AuditCommands = 4,
Pcrs = 5,
TpmProperties = 6,
PcrProperties = 7,
EccCurves = 8,
AuthPolicies = 9,
}Expand description
TPM_CAP
Variants§
Algs = 0
Handles = 1
Commands = 2
PpCommands = 3
AuditCommands = 4
Pcrs = 5
TpmProperties = 6
PcrProperties = 7
EccCurves = 8
AuthPolicies = 9
Trait Implementations§
Source§impl TpmSized for TpmCap
impl TpmSized for TpmCap
impl Copy for TpmCap
impl Eq for TpmCap
impl StructuralPartialEq for TpmCap
Auto Trait Implementations§
impl Freeze for TpmCap
impl RefUnwindSafe for TpmCap
impl Send for TpmCap
impl Sync for TpmCap
impl Unpin for TpmCap
impl UnwindSafe for TpmCap
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