#[doc(hidden)]#[repr(C)]pub struct PyClassObjectBase<T> {
ob_base: T,
}Expand description
Base layout of PyClassObject with a known sized base type. Corresponds to PyObject from the C API.
Fields§
§ob_base: T#[doc(hidden)]#[repr(C)]pub struct PyClassObjectBase<T> {
ob_base: T,
}Base layout of PyClassObject with a known sized base type. Corresponds to PyObject from the C API.
ob_base: T