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_TIME
pub notAfter: *mut ASN1_TIME
Auto Trait Implementations
impl RefUnwindSafe for X509_VAL
impl UnwindSafe for X509_VAL
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T