Struct winapi::wincrypt::CRYPT_ALGORITHM_IDENTIFIER [] [src]

pub struct CRYPT_ALGORITHM_IDENTIFIER {
    pub pszObjId: LPSTR,
    pub Parameters: CRYPT_OBJID_BLOB,
}

Fields

pszObjId: LPSTR Parameters: CRYPT_OBJID_BLOB

Trait Implementations

impl Debug for CRYPT_ALGORITHM_IDENTIFIER
[src]

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

Formats the value using the given formatter.

impl Copy for CRYPT_ALGORITHM_IDENTIFIER
[src]

impl Clone for CRYPT_ALGORITHM_IDENTIFIER
[src]

fn clone(&self) -> CRYPT_ALGORITHM_IDENTIFIER

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