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