Struct winapi::wincrypt::CRYPT_ATTRIBUTE [] [src]

pub struct CRYPT_ATTRIBUTE {
    pub pszObjId: LPSTR,
    pub cValue: DWORD,
    pub rgValue: PCRYPT_ATTR_BLOB,
}

Fields

pszObjId: LPSTR cValue: DWORD rgValue: PCRYPT_ATTR_BLOB

Trait Implementations

impl Debug for CRYPT_ATTRIBUTE
[src]

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

Formats the value using the given formatter.

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