Struct python3_sys::PyType_Slot [] [src]

pub struct PyType_Slot {
    pub slot: c_int,
    pub pfunc: *mut c_void,
}

Fields

slot: c_int pfunc: *mut c_void

Trait Implementations

impl Copy for PyType_Slot
[src]

impl Clone for PyType_Slot
[src]

fn clone(&self) -> PyType_Slot

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_Slot
[src]

fn default() -> PyType_Slot

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