Struct python3_sys::PyType_Spec [−][src]
#[repr(C)]pub struct PyType_Spec {
pub name: *const c_char,
pub basicsize: c_int,
pub itemsize: c_int,
pub flags: c_uint,
pub slots: *mut PyType_Slot,
}Fields
name: *const c_charbasicsize: c_intitemsize: c_intflags: c_uintslots: *mut PyType_SlotTrait Implementations
Returns the “default value” for a type. Read more