Struct winapi::wincrypt::CRYPT_OID_FUNC_ENTRY  
                   
                       [−]
                   
               [src]
pub struct CRYPT_OID_FUNC_ENTRY {
    pub pszOID: LPCSTR,
    pub pvFuncAddr: *mut c_void,
}Fields
| pszOID | |
| pvFuncAddr | 
Trait Implementations
impl Copy for CRYPT_OID_FUNC_ENTRY[src]
impl Clone for CRYPT_OID_FUNC_ENTRY[src]
fn clone(&self) -> CRYPT_OID_FUNC_ENTRY
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