Struct winapi::wincrypt::CERT_NAME_INFO
[−]
[src]
pub struct CERT_NAME_INFO {
pub cRDN: DWORD,
pub rgRDN: PCERT_RDN,
}Fields
cRDN | |
rgRDN |
pub struct CERT_NAME_INFO {
pub cRDN: DWORD,
pub rgRDN: PCERT_RDN,
}cRDN | |
rgRDN |
impl Debug for CERT_NAME_INFOimpl Copy for CERT_NAME_INFOimpl Clone for CERT_NAME_INFOfn clone(&self) -> CERT_NAME_INFOfn clone_from(&mut self, source: &Self)
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).
Search functions by type signature (e.g.
vec -> usize)