Struct python27_sys::PyImport_Struct_inittab [] [src]

#[repr(C)]
pub struct PyImport_Struct_inittab { pub name: *mut c_char, pub initfunc: Option<unsafe extern "C" fn()>, }

Fields

Trait Implementations

impl Copy for PyImport_Struct_inittab
[src]

impl Clone for PyImport_Struct_inittab
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more