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 Copy for CERT_FORTEZZA_DATA_PROP
[src]
impl Clone for CERT_FORTEZZA_DATA_PROP
[src]
fn clone(&self) -> CERT_FORTEZZA_DATA_PROP
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