pub struct PekGen;Expand description
Generate a new Platform Endorsement Key (PEK).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PekGen
impl RefUnwindSafe for PekGen
impl Send for PekGen
impl Sync for PekGen
impl Unpin for PekGen
impl UnsafeUnpin for PekGen
impl UnwindSafe for PekGen
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