Struct python3_sys::PyType_Slot[][src]

#[repr(C)]
pub struct PyType_Slot { pub slot: c_int, pub pfunc: *mut c_void, }

Fields

Trait Implementations

impl Copy for PyType_Slot
[src]

impl Clone for PyType_Slot
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for PyType_Slot
[src]

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

Auto Trait Implementations

impl !Send for PyType_Slot

impl !Sync for PyType_Slot