Struct winapi::wincrypt::CERT_RDN
[−]
[src]
pub struct CERT_RDN {
pub cRDNAttr: DWORD,
pub rgRDNAttr: PCERT_RDN_ATTR,
}Fields
cRDNAttr | |
rgRDNAttr |
Trait Implementations
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