Struct winapi::wincrypt::CRYPT_KEY_PROV_PARAM
[−]
[src]
pub struct CRYPT_KEY_PROV_PARAM { pub dwParam: DWORD, pub pbData: *mut BYTE, pub cbData: DWORD, pub dwFlags: DWORD, }
Fields
dwParam | |
pbData | |
cbData | |
dwFlags |
Trait Implementations
impl Copy for CRYPT_KEY_PROV_PARAM
[src]
impl Clone for CRYPT_KEY_PROV_PARAM
[src]
fn clone(&self) -> CRYPT_KEY_PROV_PARAM
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