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

Trait Implementations

impl Copy for PyType_Spec
[src]

impl Clone for PyType_Spec
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for PyType_Spec
[src]

Returns the "default value" for a type. Read more