Struct winapi::wincrypt::CERT_CREATE_CONTEXT_PARA
[−]
[src]
pub struct CERT_CREATE_CONTEXT_PARA {
pub cbSize: DWORD,
pub pfnFree: PFN_CRYPT_FREE,
pub pvFree: *mut c_void,
pub pfnSort: PFN_CERT_CREATE_CONTEXT_SORT_FUNC,
pub pvSort: *mut c_void,
}Fields
cbSize | |
pfnFree | |
pvFree | |
pfnSort | |
pvSort |
Trait Implementations
impl Copy for CERT_CREATE_CONTEXT_PARA[src]
impl Clone for CERT_CREATE_CONTEXT_PARA[src]
fn clone(&self) -> CERT_CREATE_CONTEXT_PARA
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more