Struct winapi::wincrypt::CERT_NAME_VALUE [] [src]

pub struct CERT_NAME_VALUE {
    pub dwValueType: DWORD,
    pub Value: CERT_RDN_VALUE_BLOB,
}

Fields

dwValueType
Value

Trait Implementations

impl Copy for CERT_NAME_VALUE
[src]

impl Clone for CERT_NAME_VALUE
[src]

fn clone(&self) -> CERT_NAME_VALUE

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

Derived Implementations

impl Debug for CERT_NAME_VALUE
[src]

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

Formats the value using the given formatter.