Type Alias OSSL_TIME_SPEC

Source
pub type OSSL_TIME_SPEC = OSSL_TIME_SPEC_st;

Aliased Type§

struct OSSL_TIME_SPEC {
    pub time: *mut OSSL_TIME_SPEC_TIME_st,
    pub notThisTime: i32,
    pub timeZone: *mut asn1_string_st,
}

Fields§

§time: *mut OSSL_TIME_SPEC_TIME_st§notThisTime: i32§timeZone: *mut asn1_string_st