Struct winapi::wincrypt::CRYPT_ALGORITHM_IDENTIFIER
[−]
[src]
pub struct CRYPT_ALGORITHM_IDENTIFIER { pub pszObjId: LPSTR, pub Parameters: CRYPT_OBJID_BLOB, }
Fields
pszObjId | |
Parameters |
Trait Implementations
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