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