Struct winapi::wincrypt::CRYPT_ATTRIBUTE
[−]
[src]
pub struct CRYPT_ATTRIBUTE {
pub pszObjId: LPSTR,
pub cValue: DWORD,
pub rgValue: PCRYPT_ATTR_BLOB,
}Fields
pszObjId | |
cValue | |
rgValue |
Trait Implementations
impl Copy for CRYPT_ATTRIBUTE[src]
impl Clone for CRYPT_ATTRIBUTE[src]
fn clone(&self) -> CRYPT_ATTRIBUTE
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