Struct winapi::wincrypt::CTL_ENTRY [] [src]

pub struct CTL_ENTRY {
    pub SubjectIdentifier: CRYPT_DATA_BLOB,
    pub cAttribute: DWORD,
    pub rgAttribute: PCRYPT_ATTRIBUTE,
}

Fields

SubjectIdentifier: CRYPT_DATA_BLOB cAttribute: DWORD rgAttribute: PCRYPT_ATTRIBUTE

Trait Implementations

impl Debug for CTL_ENTRY
[src]

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

Formats the value using the given formatter.

impl Copy for CTL_ENTRY
[src]

impl Clone for CTL_ENTRY
[src]

fn clone(&self) -> CTL_ENTRY

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