Constant pyo3::ffi::Py_TPFLAGS_HAVE_VECTORCALL[][src]

pub const Py_TPFLAGS_HAVE_VECTORCALL: c_ulong = 1 << 11; // 0x0_000_000_000_000_800u64

Set if the type implements the vectorcall protocol (PEP 590)