Struct winapi::wincrypt::CERT_RDN [] [src]

pub struct CERT_RDN {
    pub cRDNAttr: DWORD,
    pub rgRDNAttr: PCERT_RDN_ATTR,
}

Fields

cRDNAttr: DWORD rgRDNAttr: PCERT_RDN_ATTR

Trait Implementations

impl Debug for CERT_RDN
[src]

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

Formats the value using the given formatter.

impl Copy for CERT_RDN
[src]

impl Clone for CERT_RDN
[src]

fn clone(&self) -> CERT_RDN

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