Struct pyo3::ffi::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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for PyType_Slot
[src]

[src]

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

Auto Trait Implementations

impl !Send for PyType_Slot

impl !Sync for PyType_Slot