MCPcopy Create free account
hub / github.com/dgrunwald/rust-cpython / PyImport_Struct_inittab

Class PyImport_Struct_inittab

python27-sys/src/import.rs:7–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5#[repr(C)]
6#[derive(Copy)]
7pub struct PyImport_Struct_inittab {
8 pub name: *mut c_char,
9 pub initfunc: Option<unsafe extern "C" fn()>,
10}
11
12impl Clone for PyImport_Struct_inittab {
13 #[inline]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected