pub struct TpmConfig {
pub no_persistent_secrets: bool,
}Expand description
TPM configuration
Fields§
§no_persistent_secrets: boolUse ephemeral TPM state (do not persist to VMGS)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TpmConfig
impl RefUnwindSafe for TpmConfig
impl Send for TpmConfig
impl Sync for TpmConfig
impl Unpin for TpmConfig
impl UnwindSafe for TpmConfig
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