Struct python27_sys::wrapperbase[][src]

#[repr(C)]
pub struct wrapperbase { pub name: *mut c_char, pub offset: c_int, pub function: *mut c_void, pub wrapper: Option<wrapperfunc>, pub doc: *mut c_char, pub flags: c_int, pub name_strobj: *mut PyObject, }

Fields

Trait Implementations

impl Copy for wrapperbase
[src]

impl Clone for wrapperbase
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for wrapperbase

impl !Sync for wrapperbase