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

Derived Implementations

impl Debug for CERT_NAME_VALUE

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

impl Copy for CERT_NAME_VALUE

impl Clone for CERT_NAME_VALUE

fn clone(&self) -> CERT_NAME_VALUE

fn clone_from(&mut self, source: &Self)