Struct python3_sys::PyType_Spec
[−]
[src]
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
impl Copy for PyType_Spec
[src]
impl Clone for PyType_Spec
[src]
fn clone(&self) -> PyType_Spec
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more
impl Default for PyType_Spec
[src]
fn default() -> PyType_Spec
Returns the "default value" for a type. Read more