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: ALG_ID dwBitLen: DWORD dwNameLen: DWORD szName: [CHAR; 20]

Trait Implementations

impl Debug for PROV_ENUMALGS
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

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