Struct pyo3_ffi::PyMethodDescrObject
source · #[repr(C)]pub struct PyMethodDescrObject {
pub d_common: PyDescrObject,
pub d_method: *mut PyMethodDef,
pub vectorcall: Option<vectorcallfunc>,
}
Fields§
§d_common: PyDescrObject
§d_method: *mut PyMethodDef
§vectorcall: Option<vectorcallfunc>