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
name: *mut c_char
initfunc: Option<unsafe extern "C" fn()>
Trait Implementations
impl Copy for PyImport_Struct_inittab[src]
impl Copy for PyImport_Struct_inittabimpl Clone for PyImport_Struct_inittab[src]
impl Clone for PyImport_Struct_inittabfn clone(&self) -> PyImport_Struct_inittab[src]
fn clone(&self) -> PyImport_Struct_inittabReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
Auto Trait Implementations
impl !Send for PyImport_Struct_inittab
impl !Send for PyImport_Struct_inittabimpl !Sync for PyImport_Struct_inittab
impl !Sync for PyImport_Struct_inittab