Struct python3_sys::_inittab [−][src]
#[repr(C)]pub struct _inittab {
pub name: *mut c_char,
pub initfunc: Option<unsafe extern "C" fn()>,
}Fields
name: *mut c_charinitfunc: Option<unsafe extern "C" fn()>#[repr(C)]pub struct _inittab {
pub name: *mut c_char,
pub initfunc: Option<unsafe extern "C" fn()>,
}name: *mut c_charinitfunc: Option<unsafe extern "C" fn()>