Struct winapi::wincrypt::CERT_RDN_ATTR [] [src]

pub struct CERT_RDN_ATTR {
    pub pszObjId: LPSTR,
    pub dwValueType: DWORD,
    pub Value: CERT_RDN_VALUE_BLOB,
}

Fields

pszObjId: LPSTR dwValueType: DWORD Value: CERT_RDN_VALUE_BLOB

Trait Implementations

impl Debug for CERT_RDN_ATTR
[src]

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

Formats the value using the given formatter.

impl Copy for CERT_RDN_ATTR
[src]

impl Clone for CERT_RDN_ATTR
[src]

fn clone(&self) -> CERT_RDN_ATTR

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