Struct python27_sys::PyImport_Struct_inittab [] [src]

pub struct PyImport_Struct_inittab {
    pub name: *mut c_char,
    pub initfunc: Option<unsafe extern fn()>,
}

Fields

name: *mut c_char initfunc: Option<unsafe extern fn()>

Trait Implementations

impl Copy for PyImport_Struct_inittab
[src]

impl Clone for PyImport_Struct_inittab
[src]

fn clone(&self) -> PyImport_Struct_inittab

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