#[repr(C)]pub struct NCRYPT_EXPORTED_ISOLATED_KEY_ENVELOPE {
pub Header: NCRYPT_EXPORTED_ISOLATED_KEY_HEADER,
}
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§
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