Struct python27_sys::structmember::PyMemberDef  
                   
                       [−]
                   
               [src]
pub struct PyMemberDef {
    pub name: *mut c_char,
    pub type_code: c_int,
    pub offset: Py_ssize_t,
    pub flags: c_int,
    pub doc: *mut c_char,
}Fields
name: *mut c_char
                           type_code: c_int
                           offset: Py_ssize_t
                           flags: c_int
                           doc: *mut c_char
                           Trait Implementations
impl Clone for PyMemberDef[src]
fn clone(&self) -> PyMemberDef
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