pub type PyStructSequence = PyTupleObject;Available on non-
Py_LIMITED_API only.Aliased Type§
#[repr(C)]pub struct PyStructSequence {
pub ob_base: PyVarObject,
pub ob_hash: isize,
pub ob_item: [*mut PyObject; 1],
}Fields§
§ob_base: PyVarObject§ob_hash: isizeAvailable on
§Py_3_14 only.ob_item: [*mut PyObject; 1]