#[repr(C)]pub struct CRYPT_ASYNC_RETRIEVAL_COMPLETION {
pub pfnCompletion: PFN_CRYPT_ASYNC_RETRIEVAL_COMPLETION_FUNC,
pub pvCompletion: *mut c_void,
}
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§
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