Struct openssl_sys::X509_VAL[][src]

#[repr(C)]
pub struct X509_VAL { pub notBefore: *mut ASN1_TIME, pub notAfter: *mut ASN1_TIME, }

Fields

Auto Trait Implementations

impl !Send for X509_VAL

impl !Sync for X509_VAL