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: DWORD pfnFree: PFN_CRYPT_FREE pvFree: *mut c_void pfnSort: PFN_CERT_CREATE_CONTEXT_SORT_FUNC pvSort: *mut c_void

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