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