#[repr(C)]pub struct NCRYPT_EXPORTED_ISOLATED_KEY_ENVELOPE {
pub Header: NCRYPT_EXPORTED_ISOLATED_KEY_HEADER,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields
Header: NCRYPT_EXPORTED_ISOLATED_KEY_HEADER
Trait Implementations
impl Copy for NCRYPT_EXPORTED_ISOLATED_KEY_ENVELOPE
Auto Trait Implementations
impl RefUnwindSafe for NCRYPT_EXPORTED_ISOLATED_KEY_ENVELOPE
impl Send for NCRYPT_EXPORTED_ISOLATED_KEY_ENVELOPE
impl Sync for NCRYPT_EXPORTED_ISOLATED_KEY_ENVELOPE
impl Unpin for NCRYPT_EXPORTED_ISOLATED_KEY_ENVELOPE
impl UnwindSafe for NCRYPT_EXPORTED_ISOLATED_KEY_ENVELOPE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more