Struct python27_sys::PyImport_Struct_frozen[][src]

#[repr(C)]
pub struct PyImport_Struct_frozen { pub name: *mut c_char, pub code: *mut c_uchar, pub size: c_int, }

Fields

Trait Implementations

impl Copy for PyImport_Struct_frozen
[src]

impl Clone for PyImport_Struct_frozen
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations