Struct winapi::wincrypt::CERT_FORTEZZA_DATA_PROP [] [src]

pub struct CERT_FORTEZZA_DATA_PROP {
    pub SerialNumber: [c_uchar; 8],
    pub CertIndex: c_int,
    pub CertLabel: [c_uchar; 36],
}

Fields

SerialNumber
CertIndex
CertLabel

Trait Implementations

impl Clone for CERT_FORTEZZA_DATA_PROP

fn clone(&self) -> CERT_FORTEZZA_DATA_PROP

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

Derived Implementations

impl Copy for CERT_FORTEZZA_DATA_PROP