Struct winapi::wincrypt::PROV_ENUMALGS
[−]
[src]
pub struct PROV_ENUMALGS { pub aiAlgid: ALG_ID, pub dwBitLen: DWORD, pub dwNameLen: DWORD, pub szName: [CHAR; 20], }
Fields
aiAlgid | |
dwBitLen | |
dwNameLen | |
szName |
Trait Implementations
impl Copy for PROV_ENUMALGS
[src]
impl Clone for PROV_ENUMALGS
[src]
fn clone(&self) -> PROV_ENUMALGS
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