Struct python27_sys::PyImport_Struct_frozen
[−]
[src]
pub struct PyImport_Struct_frozen {
pub name: *mut c_char,
pub code: *mut c_uchar,
pub size: c_int,
}Fields
name: *mut c_char
code: *mut c_uchar
size: c_int
Trait Implementations
impl Clone for PyImport_Struct_frozen[src]
fn clone(&self) -> PyImport_Struct_frozen
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