pub struct CryptProv(/* private fields */);
Expand description
A CryptoAPI handle to a provider of a key.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CryptProv
impl RefUnwindSafe for CryptProv
impl Send for CryptProv
impl Sync for CryptProv
impl Unpin for CryptProv
impl UnwindSafe for CryptProv
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