跳到主要内容

_onexit_t

搜索

类型别名 _onexit_t 

源代码
pub type _onexit_t = Option<unsafe extern "C" fn() -> c_int>;

别名类型§

pub enum _onexit_t {
    None,
    Some(unsafe extern "C" fn() -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn() -> i32)

Some value of type T.