#[repr(C)]
pub struct CRYPT_RETRIEVE_AUX_INFO { pub cbSize: u32, pub pLastSyncTime: *mut FILETIME, pub dwMaxUrlRetrievalByteCount: u32, pub pPreFetchInfo: *mut CRYPTNET_URL_CACHE_PRE_FETCH_INFO, pub pFlushInfo: *mut CRYPTNET_URL_CACHE_FLUSH_INFO, pub ppResponseInfo: *mut *mut CRYPTNET_URL_CACHE_RESPONSE_INFO, pub pwszCacheFileNamePrefix: PWSTR, pub pftCacheResync: *mut FILETIME, pub fProxyCacheRetrieval: BOOL, pub dwHttpStatusCode: u32, pub ppwszErrorResponseHeaders: *mut PWSTR, pub ppErrorContentBlob: *mut *mut CRYPT_INTEGER_BLOB, }
Expand description

Required features: "Win32_Security_Cryptography", "Win32_Foundation"

Fields§

§cbSize: u32§pLastSyncTime: *mut FILETIME§dwMaxUrlRetrievalByteCount: u32§pPreFetchInfo: *mut CRYPTNET_URL_CACHE_PRE_FETCH_INFO§pFlushInfo: *mut CRYPTNET_URL_CACHE_FLUSH_INFO§ppResponseInfo: *mut *mut CRYPTNET_URL_CACHE_RESPONSE_INFO§pwszCacheFileNamePrefix: PWSTR§pftCacheResync: *mut FILETIME§fProxyCacheRetrieval: BOOL§dwHttpStatusCode: u32§ppwszErrorResponseHeaders: *mut PWSTR§ppErrorContentBlob: *mut *mut CRYPT_INTEGER_BLOB

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.