#[repr(C)]pub struct CRYPT_ASYNC_RETRIEVAL_COMPLETION {
pub pfnCompletion: PFN_CRYPT_ASYNC_RETRIEVAL_COMPLETION_FUNC,
pub pvCompletion: *mut c_void,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields
pfnCompletion: PFN_CRYPT_ASYNC_RETRIEVAL_COMPLETION_FUNC
pvCompletion: *mut c_void
Trait Implementations
impl Clone for CRYPT_ASYNC_RETRIEVAL_COMPLETION
impl Clone for CRYPT_ASYNC_RETRIEVAL_COMPLETION
impl Copy for CRYPT_ASYNC_RETRIEVAL_COMPLETION
Auto Trait Implementations
impl RefUnwindSafe for CRYPT_ASYNC_RETRIEVAL_COMPLETION
impl !Send for CRYPT_ASYNC_RETRIEVAL_COMPLETION
impl !Sync for CRYPT_ASYNC_RETRIEVAL_COMPLETION
impl Unpin for CRYPT_ASYNC_RETRIEVAL_COMPLETION
impl UnwindSafe for CRYPT_ASYNC_RETRIEVAL_COMPLETION
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