Struct pyo3::ffi::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_char
basicsize: c_int
itemsize: c_int
flags: c_uint
slots: *mut PyType_Slot
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for PyType_Spec
impl !Send for PyType_Spec
impl !Sync for PyType_Spec
impl Unpin for PyType_Spec
impl UnwindSafe for PyType_Spec
Blanket Implementations
Mutably borrows from an owned value. Read more