Type Alias OSSL_DAY_TIME

Source
pub type OSSL_DAY_TIME = OSSL_DAY_TIME_st;

Aliased Type§

struct OSSL_DAY_TIME {
    pub hour: *mut asn1_string_st,
    pub minute: *mut asn1_string_st,
    pub second: *mut asn1_string_st,
}

Fields§

§hour: *mut asn1_string_st§minute: *mut asn1_string_st§second: *mut asn1_string_st