Struct openssl_sys::X509_VAL
#[repr(C)]
pub struct X509_VAL {
pub notBefore: *mut ASN1_TIME,
pub notAfter: *mut ASN1_TIME,
}Fields
pub notBefore: *mut ASN1_TIMEpub notAfter: *mut ASN1_TIMEAuto Trait Implementations
impl RefUnwindSafe for X509_VALimpl UnwindSafe for X509_VALBlanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T