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

Class PyImport_Struct_frozen

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

Source from the content-addressed store, hash-verified

19#[repr(C)]
20#[derive(Copy, Clone)]
21pub struct PyImport_Struct_frozen {
22 pub name: *mut c_char,
23 pub code: *mut c_uchar,
24 pub size: c_int,
25}
26
27#[inline]
28pub unsafe fn PyImport_ImportModuleEx(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected