pub struct PdhGen;Expand description
(Re)generate the Platform Diffie-Hellman (PDH).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PdhGen
impl RefUnwindSafe for PdhGen
impl Send for PdhGen
impl Sync for PdhGen
impl Unpin for PdhGen
impl UnsafeUnpin for PdhGen
impl UnwindSafe for PdhGen
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