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

name: *mut c_charoffset: c_intfunction: *mut c_voidwrapper: Option<wrapperfunc>doc: *mut c_charflags: c_intname_strobj: *mut PyObject

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.