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