pub type PyMethodDef = PyMethodDef;
👎Deprecated since 0.23.0: PyO3 implementation detail
Aliased Type§
struct PyMethodDef {
pub(crate) ml_name: &'static CStr,
pub(crate) ml_meth: PyMethodType,
pub(crate) ml_flags: i32,
pub(crate) ml_doc: &'static CStr,
}
Fields§
§ml_name: &'static CStr
§ml_meth: PyMethodType
§ml_flags: i32
§ml_doc: &'static CStr