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_charbasicsize: c_intitemsize: c_intflags: c_uintslots: *mut PyType_SlotTrait 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
