Struct winapi::wincrypt::CRYPT_DECODE_PARA
[−]
[src]
pub struct CRYPT_DECODE_PARA {
pub cbSize: DWORD,
pub pfnAlloc: PFN_CRYPT_ALLOC,
pub pfnFree: PFN_CRYPT_FREE,
}Fields
cbSize | |
pfnAlloc | |
pfnFree |
Trait Implementations
impl Copy for CRYPT_DECODE_PARA[src]
impl Clone for CRYPT_DECODE_PARA[src]
fn clone(&self) -> CRYPT_DECODE_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