#[doc(hidden)]#[repr(C)]pub struct PyVariableClassObjectBase {
ob_base: PyVarObject,
}Expand description
Base layout of PyClassObject with an unknown sized base type. Corresponds to PyVarObject from the C API.
Fields§
§ob_base: PyVarObject#[doc(hidden)]#[repr(C)]pub struct PyVariableClassObjectBase {
ob_base: PyVarObject,
}Base layout of PyClassObject with an unknown sized base type. Corresponds to PyVarObject from the C API.
ob_base: PyVarObject