Type Alias OSSL_DAY_TIME_BAND

Source
pub type OSSL_DAY_TIME_BAND = OSSL_DAY_TIME_BAND_st;

Aliased Type§

struct OSSL_DAY_TIME_BAND {
    pub startDayTime: *mut OSSL_DAY_TIME_st,
    pub endDayTime: *mut OSSL_DAY_TIME_st,
}

Fields§

§startDayTime: *mut OSSL_DAY_TIME_st§endDayTime: *mut OSSL_DAY_TIME_st