pub type PrimaryModuleSlots = PyModuleDefSlots;Available on non-
Py_3_15 only.Expand description
On Python 3.14 and older the primary system is ffi::PyModuleDef.
Aliased Type§
pub struct PrimaryModuleSlots(UnsafeCell<[PyModuleDef_Slot; 3]>);Tuple Fields§
§0: UnsafeCell<[PyModuleDef_Slot; 3]>